#4C3B6C

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

Shades of Meteorite #4C3B6C

Tints of Meteorite #4C3B6C

Color information

#4C3B6C (or 0x4C3B6C) is unknown color: approx Meteorite. HEX triplet: 4C, 3B and 6C. RGB value is (76,59,108). Sum of RGB (Red+Green+Blue) = 76+59+108=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 108 (42.58% from 255 or 44.44% from 243); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C3B6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3B6C is #B3C493. Grayscale: #454545. Windows color (decimal): -11781268 or 7093068. OLE color: 7093068.

HSL color Cylindrical-coordinate representation of color #4C3B6C: hue angle of 260.82º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C3B6C is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7659108-
CMYK0.300.4500.58
HSL260.82º29.34%32.75%-
HSV(B)260.82º45.37%42.35%-
XYZ7.255.7514.91-
YUV69.67149.63132.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 59 (23.44% from 255) = 24.28%
BLUE value IS 108 (42.58% from 255) = 44.44%
R=31.28%
G=24.28%
B=44.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76591080.300.4500.58260.8229.3432.75
Hex4C3B6C1E2D03A1051d21
Octal1147315436550724053541
Binary1001100111011110110011110101101011101010000010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,59,108); }

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

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

 a { background-color: rgb(76,59,108); }

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

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

 span { border-color: rgb(76,59,108); }

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