Html Css Color HEX #049ACB Pacific Blue

📋 copy color: '#049ACB'

red 4 ◦ green 154 ◦ blue 203

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

Shades of Pacific Blue #049ACB

Tints of Pacific Blue #049ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

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

R = 1.11%
G = 42.66%
B = 56.23%

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

#049ACB (or 0x049ACB) is known color: Pacific Blue. HEX triplet: 04, 9A and CB. RGB value is (4,154,203). Sum of RGB (Red+Green+Blue) = 4+154+203=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 203 (79.69% from 255 or 56.23% from 361); Max value from RGB is 203 - color contains mainly: blue. Hex color #049ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ACB is #FB6534. Grayscale: #727272. Windows color (decimal): -16475445 or 13343236. OLE color: 13343236.

HSL color Cylindrical-coordinate representation of color #049ACB: hue angle of 194.77º 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 #049ACB is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 154 203 -
CMYK 0.98 0.24 0 0.20
HSL 194.77º 0.96% 0.41% -
HSV(B) 194.77º 0.98% 0.8% -
XYZ 22.39 27.45 60.62 -
YUV 114.74 177.81 49.02 -
System Red Green Blue C M Y K H S L
Decimal 4 154 203 0.98 0.24 0 0.20 194.77 0.96 0.41
Hex 4 9A CB 62 18 0 14 C3 60 29
Octal 4 232 313 142 30 0 24 303 140 51
Binary 100 10011010 11001011 1100010 11000 0 10100 11000011 1100000 101001

Color Harmonies of #049ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049ACB

Black with #049ACB

Text Example


Text Example

White with #049ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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