Html Css Color HEX #0499CE Pacific Blue

📋 copy color: '#0499CE'

red 4 ◦ green 153 ◦ blue 206

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

Shades of Pacific Blue #0499CE

Tints of Pacific Blue #0499CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.15%

 BLUE value IS 206 (80.86% from 255) = 56.75%

R = 1.1%
G = 42.15%
B = 56.75%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0499CE (or 0x0499CE) is known color: Pacific Blue. HEX triplet: 04, 99 and CE. RGB value is (4,153,206). Sum of RGB (Red+Green+Blue) = 4+153+206=363 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.10% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #0499CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499CE is #FB6631. Grayscale: #727272. Windows color (decimal): -16475698 or 13539588. OLE color: 13539588.

HSL color Cylindrical-coordinate representation of color #0499CE: hue angle of 195.74º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499CE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 153 206 -
CMYK 0.98 0.26 0 0.19
HSL 195.74º 0.96% 0.41% -
HSV(B) 195.74º 0.98% 0.81% -
XYZ 22.58 27.26 62.46 -
YUV 114.49 179.64 49.19 -
System Red Green Blue C M Y K H S L
Decimal 4 153 206 0.98 0.26 0 0.19 195.74 0.96 0.41
Hex 4 99 CE 62 1A 0 13 C4 60 29
Octal 4 231 316 142 32 0 23 304 140 51
Binary 100 10011001 11001110 1100010 11010 0 10011 11000100 1100000 101001

Color Harmonies of #0499CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0499CE

Black with #0499CE

Text Example


Text Example

White with #0499CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0499CE; }

 p { color: rgb(4,153,206); }

 H1.HeaderClassName
 {
   color: #0499CE;
 }
 .AnyTagClassName
 {
   color: #0499CE;
 }
</style>

background-color css

<style>
 a { background-color: #0499CE; }

 a { background-color: rgb(4,153,206); }

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

border-color css

<style>
 span { border-color: #0499CE; }

 span { border-color: rgb(4,153,206); }

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