Html Css Color HEX #0499CC Pacific Blue

📋 copy color: '#0499CC'

red 4 ◦ green 153 ◦ blue 204

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

Shades of Pacific Blue #0499CC

Tints of Pacific Blue #0499CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 1.11%
G = 42.38%
B = 56.51%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0499CC (or 0x0499CC) is known color: Pacific Blue. HEX triplet: 04, 99 and CC. RGB value is (4,153,204). Sum of RGB (Red+Green+Blue) = 4+153+204=361 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #0499CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499CC is #FB6633. Grayscale: #717171. Windows color (decimal): -16475700 or 13408516. OLE color: 13408516.

HSL color Cylindrical-coordinate representation of color #0499CC: hue angle of 195.3º 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 #0499CC is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 4 153 204 -
CMYK 0.98 0.25 0 0.2
HSL 195.3º 0.96% 0.41% -
HSV(B) 195.3º 0.98% 0.8% -
XYZ 22.34 27.17 61.19 -
YUV 114.26 178.64 49.35 -
System Red Green Blue C M Y K H S L
Decimal 4 153 204 0.98 0.25 0 0.2 195.3 0.96 0.41
Hex 4 99 CC 62 19 0 14 C3 60 29
Octal 4 231 314 142 31 0 24 303 140 51
Binary 100 10011001 11001100 1100010 11001 0 10100 11000011 1100000 101001

Color Harmonies of #0499CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0499CC

Black with #0499CC

Text Example


Text Example

White with #0499CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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