#4596CA

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

Shades of Picton Blue #4596CA

Tints of Picton Blue #4596CA

Color information

#4596CA (or 0x4596CA) is unknown color: approx Picton Blue. HEX triplet: 45, 96 and CA. RGB value is (69,150,202). Sum of RGB (Red+Green+Blue) = 69+150+202=421 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.39% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #4596CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4596CA is #BA6935. Grayscale: #838383. Windows color (decimal): -12216630 or 13276741. OLE color: 13276741.

HSL color Cylindrical-coordinate representation of color #4596CA: hue angle of 203.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4596CA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB69150202-
CMYK0.660.2600.21
HSL203.46º55.65%53.14%-
HSV(B)203.46º65.84%79.22%-
XYZ24.0227.3459.89-
YUV131.71167.6683.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 16.39%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=16.39%
G=35.63%
B=47.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal691502020.660.2600.21203.4655.6553.14
Hex4596CA421A015cb3835
Octal105226312102320253137065
Binary1000101100101101100101010000101101001010111001011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4596CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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