Html Css Color HEX #049BCB Pacific Blue

📋 copy color: '#049BCB'

red 4 ◦ green 155 ◦ blue 203

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

Shades of Pacific Blue #049BCB

Tints of Pacific Blue #049BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

 BLUE value IS 203 (79.69% from 255) = 56.08%

R = 1.1%
G = 42.82%
B = 56.08%

CMYK

 C value IS 0.98

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#049BCB (or 0x049BCB) is known color: Pacific Blue. HEX triplet: 04, 9B and CB. RGB value is (4,155,203). Sum of RGB (Red+Green+Blue) = 4+155+203=362 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #049BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BCB is #FB6434. Grayscale: #727272. Windows color (decimal): -16475189 or 13343492. OLE color: 13343492.

HSL color Cylindrical-coordinate representation of color #049BCB: hue angle of 194.47º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049BCB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 155 203 -
CMYK 0.98 0.24 0 0.20
HSL 194.47º 0.96% 0.41% -
HSV(B) 194.47º 0.98% 0.8% -
XYZ 22.55 27.78 60.67 -
YUV 115.32 177.47 48.6 -
System Red Green Blue C M Y K H S L
Decimal 4 155 203 0.98 0.24 0 0.20 194.47 0.96 0.41
Hex 4 9B CB 62 18 0 14 C2 60 29
Octal 4 233 313 142 30 0 24 302 140 51
Binary 100 10011011 11001011 1100010 11000 0 10100 11000010 1100000 101001

Color Harmonies of #049BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049BCB

Black with #049BCB

Text Example


Text Example

White with #049BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,155,203); }

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

background-color css

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

 a { background-color: rgb(4,155,203); }

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

border-color css

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

 span { border-color: rgb(4,155,203); }

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