#4C4161

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

Shades of Meteorite #4C4161

Tints of Meteorite #4C4161

Color information

#4C4161 (or 0x4C4161) is unknown color: approx Meteorite. HEX triplet: 4C, 41 and 61. RGB value is (76,65,97). Sum of RGB (Red+Green+Blue) = 76+65+97=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C4161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4161 is #B3BE9E. Grayscale: #474747. Windows color (decimal): -11779743 or 6373708. OLE color: 6373708.

HSL color Cylindrical-coordinate representation of color #4C4161: hue angle of 260.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C4161 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB766597-
CMYK0.220.3300.62
HSL260.62º19.75%31.76%-
HSV(B)260.62º32.99%38.04%-
XYZ7.036.1812.13-
YUV71.94142.14130.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=31.93%
G=27.31%
B=40.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7665970.220.3300.62260.6219.7531.76
Hex4C4161162103E1051420
Octal11410114126410764052440
Binary10011001000001110000110110100001011111010000010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,97); }

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

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

 a { background-color: rgb(76,65,97); }

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

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

 span { border-color: rgb(76,65,97); }

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