#4596D2

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

Shades of Picton Blue #4596D2

Tints of Picton Blue #4596D2

Color information

#4596D2 (or 0x4596D2) is unknown color: approx Picton Blue. HEX triplet: 45, 96 and D2. RGB value is (69,150,210). Sum of RGB (Red+Green+Blue) = 69+150+210=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 210 (82.42% from 255 or 48.95% from 429); Max value from RGB is 210 - color contains mainly: blue. Hex color #4596D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596D2 is #BA692D. Grayscale: #848484. Windows color (decimal): -12216622 or 13801029. OLE color: 13801029.

HSL color Cylindrical-coordinate representation of color #4596D2: hue angle of 205.53º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4596D2 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69150210-
CMYK0.670.2900.18
HSL205.53º61.04%54.71%-
HSV(B)205.53º67.14%82.35%-
XYZ24.9927.7365.01-
YUV132.62171.6682.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.08%
GREEN value IS 150 (58.98% from 255) = 34.97%
BLUE value IS 210 (82.42% from 255) = 48.95%
R=16.08%
G=34.97%
B=48.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal691502100.670.2900.18205.5361.0454.71
Hex4596D2431D012ce3d37
Octal105226322103350223167567
Binary1000101100101101101001010000111110101001011001110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4596D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4596D2; }

 p { color: rgb(69,150,210); }

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

<style>
 a { background-color: #4596D2; }

 a { background-color: rgb(69,150,210); }

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

<style>
 span { border-color: #4596D2; }

 span { border-color: rgb(69,150,210); }

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