#4C4565

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

Shades of Meteorite #4C4565

Tints of Meteorite #4C4565

Color information

#4C4565 (or 0x4C4565) is unknown color: approx Meteorite. HEX triplet: 4C, 45 and 65. RGB value is (76,69,101). Sum of RGB (Red+Green+Blue) = 76+69+101=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C4565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4565 is #B3BA9A. Grayscale: #4A4A4A. Windows color (decimal): -11778715 or 6636876. OLE color: 6636876.

HSL color Cylindrical-coordinate representation of color #4C4565: hue angle of 253.12º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C4565 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7669101-
CMYK0.250.3200.60
HSL253.12º18.82%33.33%-
HSV(B)253.12º31.68%39.61%-
XYZ7.466.7313.22-
YUV74.74142.82128.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.89%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=30.89%
G=28.05%
B=41.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76691010.250.3200.60253.1218.8233.33
Hex4C4565192003Cfd1321
Octal11410514531400743752341
Binary1001100100010111001011100110000001111001111110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,69,101); }

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

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

 a { background-color: rgb(76,69,101); }

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

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

 span { border-color: rgb(76,69,101); }

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