#499ED1

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

Shades of Picton Blue #499ED1

Tints of Picton Blue #499ED1

Color information

#499ED1 (or 0x499ED1) is unknown color: approx Picton Blue. HEX triplet: 49, 9E and D1. RGB value is (73,158,209). Sum of RGB (Red+Green+Blue) = 73+158+209=440 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.59% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 209 (82.03% from 255 or 47.5% from 440); Max value from RGB is 209 - color contains mainly: blue. Hex color #499ED1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499ED1 is #B6612E. Grayscale: #8A8A8A. Windows color (decimal): -11952431 or 13737545. OLE color: 13737545.

HSL color Cylindrical-coordinate representation of color #499ED1: hue angle of 202.5º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #499ED1 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73158209-
CMYK0.650.2400.18
HSL202.5º59.65%55.29%-
HSV(B)202.5º65.07%81.96%-
XYZ26.4830.4764.81-
YUV138.4167.8481.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.59%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 209 (82.03% from 255) = 47.5%
R=16.59%
G=35.91%
B=47.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731582090.650.2400.18202.559.6555.29
Hex499ED14118012ca3c37
Octal111236321101300223127467
Binary1001001100111101101000110000011100001001011001010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,158,209); }

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

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

 a { background-color: rgb(73,158,209); }

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

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

 span { border-color: rgb(73,158,209); }

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