#0499D7

Color #0499D7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0499D7

Tints of Pacific Blue #0499D7

Color information

#0499D7 (or 0x0499D7) is unknown color: approx Pacific Blue. HEX triplet: 04, 99 and D7. RGB value is (4,153,215). Sum of RGB (Red+Green+Blue) = 4+153+215=372 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #0499D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0499D7 is #FB6628. Grayscale: #737373. Windows color (decimal): -16475689 or 14129412. OLE color: 14129412.

HSL color Cylindrical-coordinate representation of color #0499D7: hue angle of 197.63º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0499D7 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4153215-
CMYK0.980.2900.16
HSL197.63º96.35%42.94%-
HSV(B)197.63º98.14%84.31%-
XYZ23.7127.7168.39-
YUV115.52184.1448.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 153 (60.16% from 255) = 41.13%
BLUE value IS 215 (84.38% from 255) = 57.80%
R=1.08%
G=41.13%
B=57.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41532150.980.2900.16197.6396.3542.94
Hex499D7621D010c6602b
Octal42313271423502030614053
Binary1001001100111010111110001011101010000110001101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0499D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0499D7;
 }
 .AnyTagClassName
 {
   color: #0499D7;
 }
</style>
background-color css

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

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

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

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

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

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