#4C4D63

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

Shades of Corn Flower Blue #4C4D63

Tints of Corn Flower Blue #4C4D63

Color information

#4C4D63 (or 0x4C4D63) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 4D and 63. RGB value is (76,77,99). Sum of RGB (Red+Green+Blue) = 76+77+99=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #4C4D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4D63 is #B3B29C. Grayscale: #4F4F4F. Windows color (decimal): -11776669 or 6507852. OLE color: 6507852.

HSL color Cylindrical-coordinate representation of color #4C4D63: hue angle of 237.39º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4C4D63 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB767799-
CMYK0.230.2200.61
HSL237.39º13.14%34.31%-
HSV(B)237.39º23.23%38.82%-
XYZ7.897.7512.88-
YUV79.21139.17125.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 99 (39.06% from 255) = 39.29%
R=30.16%
G=30.56%
B=39.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7677990.230.2200.61237.3913.1434.31
Hex4C4D63171603Dedd22
Octal11411514327260753551542
Binary10011001001101110001110111101100111101111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,77,99); }

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

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

 a { background-color: rgb(76,77,99); }

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

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

 span { border-color: rgb(76,77,99); }

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