#4C4967

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

Shades of Corn Flower Blue #4C4967

Tints of Corn Flower Blue #4C4967

Color information

#4C4967 (or 0x4C4967) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 49 and 67. RGB value is (76,73,103). Sum of RGB (Red+Green+Blue) = 76+73+103=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C4967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4967 is #B3B698. Grayscale: #4D4D4D. Windows color (decimal): -11777689 or 6768972. OLE color: 6768972.

HSL color Cylindrical-coordinate representation of color #4C4967: hue angle of 246º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C4967 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7673103-
CMYK0.260.2900.60
HSL246º17.05%34.51%-
HSV(B)246º29.13%40.39%-
XYZ7.817.2813.83-
YUV77.32142.49127.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.16%
GREEN value IS 73 (28.91% from 255) = 28.97%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=30.16%
G=28.97%
B=40.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76731030.260.2900.6024617.0534.51
Hex4C49671A1D03Cf61123
Octal11411114732350743662143
Binary100110010010011100111110101110101111001111011010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,103); }

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

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

 a { background-color: rgb(76,73,103); }

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

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

 span { border-color: rgb(76,73,103); }

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