#459ACC

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

Shades of Picton Blue #459ACC

Tints of Picton Blue #459ACC

Color information

#459ACC (or 0x459ACC) is unknown color: approx Picton Blue. HEX triplet: 45, 9A and CC. RGB value is (69,154,204). Sum of RGB (Red+Green+Blue) = 69+154+204=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #459ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ACC is #BA6533. Grayscale: #868686. Windows color (decimal): -12215604 or 13408837. OLE color: 13408837.

HSL color Cylindrical-coordinate representation of color #459ACC: hue angle of 202.22º degrees, saturation: 0.57, 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 #459ACC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB69154204-
CMYK0.660.2500.2
HSL202.22º56.96%53.53%-
HSV(B)202.22º66.18%80%-
XYZ24.9128.7461.36-
YUV134.28167.3481.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.16%
GREEN value IS 154 (60.55% from 255) = 36.07%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=16.16%
G=36.07%
B=47.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal691542040.660.2500.2202.2256.9653.53
Hex459ACC4219014ca3936
Octal105232314102310243127166
Binary1000101100110101100110010000101100101010011001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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