#4C396E

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

Shades of Meteorite #4C396E

Tints of Meteorite #4C396E

Color information

#4C396E (or 0x4C396E) is unknown color: approx Meteorite. HEX triplet: 4C, 39 and 6E. RGB value is (76,57,110). Sum of RGB (Red+Green+Blue) = 76+57+110=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C396E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C396E is #B3C691. Grayscale: #444444. Windows color (decimal): -11781778 or 7223628. OLE color: 7223628.

HSL color Cylindrical-coordinate representation of color #4C396E: hue angle of 261.51º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C396E is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7657110-
CMYK0.310.4800.57
HSL261.51º31.74%32.75%-
HSV(B)261.51º48.18%43.14%-
XYZ7.265.5915.45-
YUV68.72151.29133.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=31.28%
G=23.46%
B=45.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76571100.310.4800.57261.5131.7432.75
Hex4C396E1F300391062021
Octal1147115637600714064041
Binary10011001110011101110111111100000111001100000110100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,57,110); }

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

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

 a { background-color: rgb(76,57,110); }

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

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

 span { border-color: rgb(76,57,110); }

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