#459ACB

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

Shades of Picton Blue #459ACB

Tints of Picton Blue #459ACB

Color information

#459ACB (or 0x459ACB) is unknown color: approx Picton Blue. HEX triplet: 45, 9A and CB. RGB value is (69,154,203). Sum of RGB (Red+Green+Blue) = 69+154+203=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #459ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ACB is #BA6534. Grayscale: #858585. Windows color (decimal): -12215605 or 13343301. OLE color: 13343301.

HSL color Cylindrical-coordinate representation of color #459ACB: hue angle of 201.94º 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 #459ACB is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69154203-
CMYK0.660.2400.20
HSL201.94º56.3%53.33%-
HSV(B)201.94º66.01%79.61%-
XYZ24.7928.6960.73-
YUV134.17166.8481.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.20%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=16.20%
G=36.15%
B=47.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691542030.660.2400.20201.9456.353.33
Hex459ACB4218014ca3835
Octal105232313102300243127065
Binary1000101100110101100101110000101100001010011001010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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