#459BD6

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

Shades of Picton Blue #459BD6

Tints of Picton Blue #459BD6

Color information

#459BD6 (or 0x459BD6) is unknown color: approx Picton Blue. HEX triplet: 45, 9B and D6. RGB value is (69,155,214). Sum of RGB (Red+Green+Blue) = 69+155+214=438 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.75% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #459BD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BD6 is #BA6429. Grayscale: #878787. Windows color (decimal): -12215338 or 14064453. OLE color: 14064453.

HSL color Cylindrical-coordinate representation of color #459BD6: hue angle of 204.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #459BD6 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB69155214-
CMYK0.680.2800.16
HSL204.41º63.88%55.49%-
HSV(B)204.41º67.76%83.92%-
XYZ26.3129.5667.94-
YUV136.01172.0180.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.75%
GREEN value IS 155 (60.94% from 255) = 35.39%
BLUE value IS 214 (83.98% from 255) = 48.86%
R=15.75%
G=35.39%
B=48.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal691552140.680.2800.16204.4163.8855.49
Hex459BD6441C010cc4037
Octal1052333261043402031410067
Binary10001011001101111010110100010011100010000110011001000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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