#4C4673

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

Shades of Corn Flower Blue #4C4673

Tints of Corn Flower Blue #4C4673

Color information

#4C4673 (or 0x4C4673) is unknown color: approx Corn Flower Blue. HEX triplet: 4C, 46 and 73. RGB value is (76,70,115). Sum of RGB (Red+Green+Blue) = 76+70+115=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4673 is #B3B98C. Grayscale: #4C4C4C. Windows color (decimal): -11778445 or 7554636. OLE color: 7554636.

HSL color Cylindrical-coordinate representation of color #4C4673: hue angle of 248º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C4673 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7670115-
CMYK0.340.3900.55
HSL248º24.32%36.27%-
HSV(B)248º39.13%45.1%-
XYZ8.277.1517.17-
YUV76.92149.49127.34-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.12%
GREEN value IS 70 (27.73% from 255) = 26.82%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=29.12%
G=26.82%
B=44.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76701150.340.3900.5524824.3236.27
Hex4C46732227037f81824
Octal11410616342470673703044
Binary10011001000110111001110001010011101101111111100011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,70,115); }

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

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

 a { background-color: rgb(76,70,115); }

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

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

 span { border-color: rgb(76,70,115); }

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