#4C446D

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

Shades of Meteorite #4C446D

Tints of Meteorite #4C446D

Color information

#4C446D (or 0x4C446D) is unknown color: approx Meteorite. HEX triplet: 4C, 44 and 6D. RGB value is (76,68,109). Sum of RGB (Red+Green+Blue) = 76+68+109=253 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.04% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C446D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C446D is #B3BB92. Grayscale: #4A4A4A. Windows color (decimal): -11778963 or 7160908. OLE color: 7160908.

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

Color convert

RGB7668109-
CMYK0.300.3800.57
HSL251.71º23.16%34.71%-
HSV(B)251.71º37.61%42.75%-
XYZ7.816.7715.36-
YUV75.07147.15128.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.04%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=30.04%
G=26.88%
B=43.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76681090.300.3800.57251.7123.1634.71
Hex4C446D1E26039fc1723
Octal11410415536460713742743
Binary1001100100010011011011111010011001110011111110010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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