#459AC5

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

Shades of Picton Blue #459AC5

Tints of Picton Blue #459AC5

Color information

#459AC5 (or 0x459AC5) is unknown color: approx Picton Blue. HEX triplet: 45, 9A and C5. RGB value is (69,154,197). Sum of RGB (Red+Green+Blue) = 69+154+197=420 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.43% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #459AC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459AC5 is #BA653A. Grayscale: #858585. Windows color (decimal): -12215611 or 12950085. OLE color: 12950085.

HSL color Cylindrical-coordinate representation of color #459AC5: hue angle of 200.16º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #459AC5 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB69154197-
CMYK0.650.2200.23
HSL200.16º52.46%52.16%-
HSV(B)200.16º64.97%77.25%-
XYZ24.0928.4157.04-
YUV133.49163.8482-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.43%
GREEN value IS 154 (60.55% from 255) = 36.67%
BLUE value IS 197 (77.34% from 255) = 46.90%
R=16.43%
G=36.67%
B=46.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal691541970.650.2200.23200.1652.4652.16
Hex459AC54116017c83434
Octal105232305101260273106464
Binary1000101100110101100010110000011011001011111001000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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