#459CDB

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

Shades of Picton Blue #459CDB

Tints of Picton Blue #459CDB

Color information

#459CDB (or 0x459CDB) is unknown color: approx Picton Blue. HEX triplet: 45, 9C and DB. RGB value is (69,156,219). Sum of RGB (Red+Green+Blue) = 69+156+219=444 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.54% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #459CDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CDB is #BA6324. Grayscale: #888888. Windows color (decimal): -12215077 or 14392389. OLE color: 14392389.

HSL color Cylindrical-coordinate representation of color #459CDB: hue angle of 205.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459CDB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69156219-
CMYK0.680.2900.14
HSL205.2º67.57%56.47%-
HSV(B)205.2º68.49%85.88%-
XYZ27.1330.1671.41-
YUV137.17174.1879.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.54%
GREEN value IS 156 (61.33% from 255) = 35.14%
BLUE value IS 219 (85.94% from 255) = 49.32%
R=15.54%
G=35.14%
B=49.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal691562190.680.2900.14205.267.5756.47
Hex459CDB441D0Ecd4438
Octal1052343331043501631510470
Binary1000101100111001101101110001001110101110110011011000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,156,219); }

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

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

 a { background-color: rgb(69,156,219); }

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

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

 span { border-color: rgb(69,156,219); }

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