#499fd8

Color #499FD8 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #499FD8

Tints of Picton Blue #499FD8

Color information

#499FD8 (or 0x499FD8) is unknown color: approx Picton Blue. HEX triplet: 49, 9F and D8. RGB value is (73,159,216). Sum of RGB (Red+Green+Blue) = 73+159+216=448 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.29% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #499FD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FD8 is #B66027. Grayscale: #8B8B8B. Windows color (decimal): -11952168 or 14196553. OLE color: 14196553.

HSL color Cylindrical-coordinate representation of color #499FD8: hue angle of 203.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #499FD8 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB73159216-
CMYK0.660.2600.15
HSL203.92º64.71%56.67%-
HSV(B)203.92º66.2%84.71%-
XYZ27.5431.1769.53-
YUV139.78171.0180.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.29%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 216 (84.77% from 255) = 48.21%
R=16.29%
G=35.49%
B=48.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal731592160.660.2600.15203.9264.7156.67
Hex499FD8421A0Fcc4139
Octal1112373301023201731410171
Binary1001001100111111101100010000101101001111110011001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499fd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499fd8; }

 p { color: rgb(73,159,216); }

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

<style>
 a { background-color: #499fd8; }

 a { background-color: rgb(73,159,216); }

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

<style>
 span { border-color: #499fd8; }

 span { border-color: rgb(73,159,216); }

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