Html Css Color HEX #049DBB Pacific Blue

📋 copy color: '#049DBB'

red 4 ◦ green 157 ◦ blue 187

#049DBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #049DBB

Tints of Pacific Blue #049DBB

RGB

 RED value IS 4 (1.95% from 255) = 1.15%

 GREEN value IS 157 (61.72% from 255) = 45.11%

 BLUE value IS 187 (73.44% from 255) = 53.74%

R = 1.15%
G = 45.11%
B = 53.74%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#049DBB (or 0x049DBB) is known color: Pacific Blue. HEX triplet: 04, 9D and BB. RGB value is (4,157,187). Sum of RGB (Red+Green+Blue) = 4+157+187=348 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #049DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049DBB is #FB6244. Grayscale: #727272. Windows color (decimal): -16474693 or 12295428. OLE color: 12295428.

HSL color Cylindrical-coordinate representation of color #049DBB: hue angle of 189.84º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049DBB is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 157 187 -
CMYK 0.98 0.16 0 0.27
HSL 189.84º 0.96% 0.37% -
HSV(B) 189.84º 0.98% 0.73% -
XYZ 21.08 27.73 51.25 -
YUV 114.67 168.81 49.06 -
System Red Green Blue C M Y K H S L
Decimal 4 157 187 0.98 0.16 0 0.27 189.84 0.96 0.37
Hex 4 9D BB 62 10 0 1B BE 60 25
Octal 4 235 273 142 20 0 33 276 140 45
Binary 100 10011101 10111011 1100010 10000 0 11011 10111110 1100000 100101

Color Harmonies of #049DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049DBB

Black with #049DBB

Text Example


Text Example

White with #049DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049DBB; }

 p { color: rgb(4,157,187); }

 H1.HeaderClassName
 {
   color: #049DBB;
 }
 .AnyTagClassName
 {
   color: #049DBB;
 }
</style>

background-color css

<style>
 a { background-color: #049DBB; }

 a { background-color: rgb(4,157,187); }

 div.DivClassName
 {
   background-color: #049DBB;
 }
 .BgClassName
 {
   background-color: #049DBB;
 }
</style>

border-color css

<style>
 span { border-color: #049DBB; }

 span { border-color: rgb(4,157,187); }

 td.TdClassName
 {
   border-color: #049DBB;
 }
 .TagClassName
 {
   border-color: #049DBB;
 }
</style>