#459ED3

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

Shades of Picton Blue #459ED3

Tints of Picton Blue #459ED3

Color information

#459ED3 (or 0x459ED3) is unknown color: approx Picton Blue. HEX triplet: 45, 9E and D3. RGB value is (69,158,211). Sum of RGB (Red+Green+Blue) = 69+158+211=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #459ED3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ED3 is #BA612C. Grayscale: #898989. Windows color (decimal): -12214573 or 13868613. OLE color: 13868613.

HSL color Cylindrical-coordinate representation of color #459ED3: hue angle of 202.39º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #459ED3 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB69158211-
CMYK0.670.2500.17
HSL202.39º61.74%54.9%-
HSV(B)202.39º67.3%82.75%-
XYZ26.4430.4266.11-
YUV137.43169.5179.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.75%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 211 (82.81% from 255) = 48.17%
R=15.75%
G=36.07%
B=48.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal691582110.670.2500.17202.3961.7454.9
Hex459ED34319011ca3e37
Octal105236323103310213127667
Binary1000101100111101101001110000111100101000111001010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459ED3; }

 p { color: rgb(69,158,211); }

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

<style>
 a { background-color: #459ED3; }

 a { background-color: rgb(69,158,211); }

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

<style>
 span { border-color: #459ED3; }

 span { border-color: rgb(69,158,211); }

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