#499FE1

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

Shades of Picton Blue #499FE1

Tints of Picton Blue #499FE1

Color information

#499FE1 (or 0x499FE1) is unknown color: approx Picton Blue. HEX triplet: 49, 9F and E1. RGB value is (73,159,225). Sum of RGB (Red+Green+Blue) = 73+159+225=457 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.97% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #499FE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499FE1 is #B6601E. Grayscale: #8C8C8C. Windows color (decimal): -11952159 or 14786377. OLE color: 14786377.

HSL color Cylindrical-coordinate representation of color #499FE1: hue angle of 206.05º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #499FE1 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB73159225-
CMYK0.680.2900.12
HSL206.05º71.7%58.43%-
HSV(B)206.05º67.56%88.24%-
XYZ28.7431.6575.83-
YUV140.81175.5179.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.97%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 225 (88.28% from 255) = 49.23%
R=15.97%
G=34.79%
B=49.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal731592250.680.2900.12206.0571.758.43
Hex499FE1441D0Cce483a
Octal1112373411043501431611072
Binary1001001100111111110000110001001110101100110011101001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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