#459FCD

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

Shades of Picton Blue #459FCD

Tints of Picton Blue #459FCD

Color information

#459FCD (or 0x459FCD) is unknown color: approx Picton Blue. HEX triplet: 45, 9F and CD. RGB value is (69,159,205). Sum of RGB (Red+Green+Blue) = 69+159+205=433 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.94% from 433); Green value is 159 (62.5% from 255 or 36.72% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #459FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459FCD is #BA6032. Grayscale: #898989. Windows color (decimal): -12214323 or 13475653. OLE color: 13475653.

HSL color Cylindrical-coordinate representation of color #459FCD: hue angle of 200.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459FCD is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69159205-
CMYK0.660.2200.20
HSL200.29º57.63%53.73%-
HSV(B)200.29º66.34%80.39%-
XYZ25.8730.4762.28-
YUV137.33166.1879.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.94%
GREEN value IS 159 (62.5% from 255) = 36.72%
BLUE value IS 205 (80.47% from 255) = 47.34%
R=15.94%
G=36.72%
B=47.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691592050.660.2200.20200.2957.6353.73
Hex459FCD4216014c83a36
Octal105237315102260243107266
Binary1000101100111111100110110000101011001010011001000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,159,205); }

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

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

 a { background-color: rgb(69,159,205); }

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

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

 span { border-color: rgb(69,159,205); }

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