COLOR #048BBD

HEX: #048BBD
RGB: (4,139,189)

Color info

#048BBD contains mainly green and blue colors. Web safe color of #048BBD is #0099CC (or #09C).

RGB color model

#048BBD color RGB value is (4,139,189).

  • red value is 4;
  • green value is 139;
  • blue value is 189.
RGB:
(4,139,189)
(2%,55%,74%)

RGB channels and saturation

R 4 of 255 = 2%
G 139 of 255 = 55%
B 189 of 255 = 74%

4
139
189

R + G + B ~ 44%. #048BBD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 139 + 189 = 332 (100%)
R 4 of 332 ~ 1.2%
G 139 of 332 ~ 41.87%
B 189 of 332 ~ 56.93%

%41.87
%56.93

CMYK color model

#048BBD color CMYK value is (98,26,0,26).

  • cyan value is 97.88%
  • magenta value is 26.46%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(98,26,0,26)
C98M26Y0K26 
(98%,26%,0%,26%)
(0.98/0.26/0.00/0.26)	

CMYK percentages

%97.88
%26.46
%0
%25.88

Codes

Color #048BBD in popluar color models

048BBD
RGB4139189
HSL196°95.85%37.84%
HSB/HSV196°97.88%74.12%
CMYK97.88%26.46%0.00%
25.88%

Color #048BBD in popluar number systems.

HEX048BBD
Decimal4139189
Binary1001000101110111101
Octal4213275

Shades and tints

Shades of #048BBD

#048BBD
(4,139,189)
#047FAC
(4,127,172)
#04739B
(4,115,155)
#04678A
(4,103,138)
#045B79
(4,91,121)
#044F68
(4,79,104)
#044357
(4,67,87)
#043746
(4,55,70)
#042B35
(4,43,53)
#041F24
(4,31,36)
#041313
(4,19,19)
#000000
(0,0,0)

Tints of #048BBD

#048BBD
(4,139,189)
#1A95C3
(26,149,195)
#309FC9
(48,159,201)
#46A9CF
(70,169,207)
#5CB3D5
(92,179,213)
#72BDDB
(114,189,219)
#88C7E1
(136,199,225)
#9ED1E7
(158,209,231)
#B4DBED
(180,219,237)
#CAE5F3
(202,229,243)
#E0EFF9
(224,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #048BBD color. Also use rgb(4,139,189) instead hex code.

Text Font Color

.myTextColor { color: #048BBD; }

<p style="color:#048BBD">This sample text font color is #048BBD.</p>

This text font color is #048BBD.


Background Color

.myBgColor { background-color: #048BBD; }

<div style="background-color:#048BBD">Inner text</div>

This div background color is #048BBD.


Border color

.myBorderColor { border: 1px solid #048BBD; }

<div style="border:3px solid #048BBD">Div</div>

This div border color is #048BBD.


Opacity

.myOpacity80 { color: #048BBD; opacity: 0.8; }

<p style="color:#048BBD;opacity:0.8;">80%</p>

Text with #048BBD color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #048BBD;}

<p style="text-shadow: 3px 3px 1px #048BBD">Text here.</p>

This text has shadow with #048BBD color.

.textShadow {text-shadow: 3px 3px 1px #048BBD, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #048BBD, 5px 5px 20px red">Text here.</p>

This text has shadow with #048BBD primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#048BBD, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#048BBD, Direction=45, Strength=4)">Text</p>

This text has shadow with #048BBD and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #048BBD;
  -webkit-box-shadow:	1px 1px 3px 2px #048BBD;
  box-shadow:		1px 1px 3px 2px #048BBD;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #048BBD;
-webkit-box-shadow: 1px 1px 3px 2px #048BBD;
box-shadow:1px 1px 3px 2px #048BBD;">
Div content here</div>
This div box has shadow with color #048BBD.

Preview

Color preview on black background

This text has color #048BBD on black background.


Color preview on white background

This text has color #048BBD on white background.



Black color preview on #048BBD background

This text has black color on #048BBD background.


White color preview on #048BBD background

This text has white color on #048BBD background.