#459ECB

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

Shades of Picton Blue #459ECB

Tints of Picton Blue #459ECB

Color information

#459ECB (or 0x459ECB) is unknown color: approx Picton Blue. HEX triplet: 45, 9E and CB. RGB value is (69,158,203). Sum of RGB (Red+Green+Blue) = 69+158+203=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #459ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ECB is #BA6134. Grayscale: #888888. Windows color (decimal): -12214581 or 13344325. OLE color: 13344325.

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

Color convert

RGB69158203-
CMYK0.660.2200.20
HSL200.15º56.3%53.33%-
HSV(B)200.15º66.01%79.61%-
XYZ25.4630.0360.95-
YUV136.52165.5179.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.05%
GREEN value IS 158 (62.11% from 255) = 36.74%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=16.05%
G=36.74%
B=47.21%

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
Decimal691582030.660.2200.20200.1556.353.33
Hex459ECB4216014c83835
Octal105236313102260243107065
Binary1000101100111101100101110000101011001010011001000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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