#4C456D

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

Shades of Meteorite #4C456D

Tints of Meteorite #4C456D

Color information

#4C456D (or 0x4C456D) is unknown color: approx Meteorite. HEX triplet: 4C, 45 and 6D. RGB value is (76,69,109). Sum of RGB (Red+Green+Blue) = 76+69+109=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 109 (42.97% from 255 or 42.91% from 254); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C456D is #B3BA92. Grayscale: #4B4B4B. Windows color (decimal): -11778707 or 7161164. OLE color: 7161164.

HSL color Cylindrical-coordinate representation of color #4C456D: hue angle of 250.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C456D is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7669109-
CMYK0.300.3700.57
HSL250.5º22.47%34.9%-
HSV(B)250.5º36.7%42.75%-
XYZ7.876.915.38-
YUV75.65146.82128.25-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 109 (42.97% from 255) = 42.91%
R=29.92%
G=27.17%
B=42.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76691090.300.3700.57250.522.4734.9
Hex4C456D1E25039fa1623
Octal11410515536450713722643
Binary1001100100010111011011111010010101110011111101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C456D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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