#499AD1

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

Shades of Picton Blue #499AD1

Tints of Picton Blue #499AD1

Color information

#499AD1 (or 0x499AD1) is unknown color: approx Picton Blue. HEX triplet: 49, 9A and D1. RGB value is (73,154,209). Sum of RGB (Red+Green+Blue) = 73+154+209=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #499AD1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #499AD1 is #B6652E. Grayscale: #878787. Windows color (decimal): -11953455 or 13736521. OLE color: 13736521.

HSL color Cylindrical-coordinate representation of color #499AD1: hue angle of 204.26º 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 #499AD1 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB73154209-
CMYK0.650.2600.18
HSL204.26º59.65%55.29%-
HSV(B)204.26º65.07%81.96%-
XYZ25.8129.1364.58-
YUV136.05169.1683.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.74%
GREEN value IS 154 (60.55% from 255) = 35.32%
BLUE value IS 209 (82.03% from 255) = 47.94%
R=16.74%
G=35.32%
B=47.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal731542090.650.2600.18204.2659.6555.29
Hex499AD1411A012cc3c37
Octal111232321101320223147467
Binary1001001100110101101000110000011101001001011001100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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