#4C3D62

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

Shades of Meteorite #4C3D62

Tints of Meteorite #4C3D62

Color information

#4C3D62 (or 0x4C3D62) is unknown color: approx Meteorite. HEX triplet: 4C, 3D and 62. RGB value is (76,61,98). Sum of RGB (Red+Green+Blue) = 76+61+98=235 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.34% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C3D62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3D62 is #B3C29D. Grayscale: #454545. Windows color (decimal): -11780766 or 6438220. OLE color: 6438220.

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

Color convert

RGB766198-
CMYK0.220.3800.62
HSL264.32º23.27%31.18%-
HSV(B)264.32º37.76%38.43%-
XYZ6.855.7612.31-
YUV69.7143.97132.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.34%
GREEN value IS 61 (24.22% from 255) = 25.96%
BLUE value IS 98 (38.67% from 255) = 41.70%
R=32.34%
G=25.96%
B=41.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7661980.220.3800.62264.3223.2731.18
Hex4C3D62162603E108171f
Octal1147514226460764102737
Binary100110011110111000101011010011001111101000010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,61,98); }

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

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

 a { background-color: rgb(76,61,98); }

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

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

 span { border-color: rgb(76,61,98); }

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