#4D3960

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

Shades of Meteorite #4D3960

Tints of Meteorite #4D3960

Color information

#4D3960 (or 0x4D3960) is unknown color: approx Meteorite. HEX triplet: 4D, 39 and 60. RGB value is (77,57,96). Sum of RGB (Red+Green+Blue) = 77+57+96=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 96 (37.89% from 255 or 41.74% from 230); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3960 is #B2C69F. Grayscale: #434343. Windows color (decimal): -11716256 or 6306125. OLE color: 6306125.

HSL color Cylindrical-coordinate representation of color #4D3960: hue angle of 270.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D3960 is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB775796-
CMYK0.200.4100.62
HSL270.77º25.49%30%-
HSV(B)270.77º40.62%37.65%-
XYZ6.645.3511.75-
YUV67.43144.13134.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 57 (22.66% from 255) = 24.78%
BLUE value IS 96 (37.89% from 255) = 41.74%
R=33.48%
G=24.78%
B=41.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7757960.200.4100.62270.7725.4930
Hex4D3960142903E10f191e
Octal1157114024510764173136
Binary100110111100111000001010010100101111101000011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,57,96); }

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

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

 a { background-color: rgb(77,57,96); }

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

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

 span { border-color: rgb(77,57,96); }

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