#459BDB

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

Shades of Picton Blue #459BDB

Tints of Picton Blue #459BDB

Color information

#459BDB (or 0x459BDB) is unknown color: approx Picton Blue. HEX triplet: 45, 9B and DB. RGB value is (69,155,219). Sum of RGB (Red+Green+Blue) = 69+155+219=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #459BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BDB is #BA6424. Grayscale: #888888. Windows color (decimal): -12215333 or 14392133. OLE color: 14392133.

HSL color Cylindrical-coordinate representation of color #459BDB: hue angle of 205.6º 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 #459BDB is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB69155219-
CMYK0.680.2900.14
HSL205.6º67.57%56.47%-
HSV(B)205.6º68.49%85.88%-
XYZ26.9629.8271.35-
YUV136.58174.5179.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.58%
GREEN value IS 155 (60.94% from 255) = 34.99%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=15.58%
G=34.99%
B=49.44%

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
Decimal691552190.680.2900.14205.667.5756.47
Hex459BDB441D0Ece4438
Octal1052333331043501631610470
Binary1000101100110111101101110001001110101110110011101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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