#4596EC

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

Shades of Cornflower Blue #4596EC

Tints of Cornflower Blue #4596EC

Color information

#4596EC (or 0x4596EC) is unknown color: approx Cornflower Blue. HEX triplet: 45, 96 and EC. RGB value is (69,150,236). Sum of RGB (Red+Green+Blue) = 69+150+236=455 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.16% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #4596EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4596EC is #BA6913. Grayscale: #878787. Windows color (decimal): -12216596 or 15504965. OLE color: 15504965.

HSL color Cylindrical-coordinate representation of color #4596EC: hue angle of 210.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4596EC is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB69150236-
CMYK0.710.3600.07
HSL210.9º81.46%59.8%-
HSV(B)210.9º70.76%92.55%-
XYZ28.529.1383.48-
YUV135.58184.6680.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.16%
GREEN value IS 150 (58.98% from 255) = 32.97%
BLUE value IS 236 (92.58% from 255) = 51.87%
R=15.16%
G=32.97%
B=51.87%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal691502360.710.3600.07210.981.4659.8
Hex4596EC472407d3513c
Octal105226354107440732312174
Binary1000101100101101110110010001111001000111110100111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4596EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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