#4C99EC

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

Shades of Cornflower Blue #4C99EC

Tints of Cornflower Blue #4C99EC

Color information

#4C99EC (or 0x4C99EC) is unknown color: approx Cornflower Blue. HEX triplet: 4C, 99 and EC. RGB value is (76,153,236). Sum of RGB (Red+Green+Blue) = 76+153+236=465 (61% of max value = 765). Red value is 76 (30.08% from 255 or 16.34% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C99EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4C99EC is #B36613. Grayscale: #8B8B8B. Windows color (decimal): -11757076 or 15505740. OLE color: 15505740.

HSL color Cylindrical-coordinate representation of color #4C99EC: hue angle of 211.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C99EC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB76153236-
CMYK0.680.3500.07
HSL211.12º80.81%61.18%-
HSV(B)211.12º67.8%92.55%-
XYZ29.5130.3883.66-
YUV139.44182.4982.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.34%
GREEN value IS 153 (60.16% from 255) = 32.90%
BLUE value IS 236 (92.58% from 255) = 50.75%
R=16.34%
G=32.90%
B=50.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal761532360.680.3500.07211.1280.8161.18
Hex4C99EC442307d3513d
Octal114231354104430732312175
Binary1001100100110011110110010001001000110111110100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C99EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C99EC; }

 p { color: rgb(76,153,236); }

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

<style>
 a { background-color: #4C99EC; }

 a { background-color: rgb(76,153,236); }

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

<style>
 span { border-color: #4C99EC; }

 span { border-color: rgb(76,153,236); }

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