#4C4061

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

Shades of Meteorite #4C4061

Tints of Meteorite #4C4061

Color information

#4C4061 (or 0x4C4061) is unknown color: approx Meteorite. HEX triplet: 4C, 40 and 61. RGB value is (76,64,97). Sum of RGB (Red+Green+Blue) = 76+64+97=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C4061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4061 is #B3BF9E. Grayscale: #474747. Windows color (decimal): -11779999 or 6373452. OLE color: 6373452.

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

Color convert

RGB766497-
CMYK0.220.3400.62
HSL261.82º20.5%31.57%-
HSV(B)261.82º34.02%38.04%-
XYZ6.976.0712.11-
YUV71.35142.48131.32-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 64 (25.39% from 255) = 27.00%
BLUE value IS 97 (38.28% from 255) = 40.93%
R=32.07%
G=27.00%
B=40.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7664970.220.3400.62261.8220.531.57
Hex4C4061162203E1061420
Octal11410014126420764062440
Binary10011001000000110000110110100010011111010000011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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