Html Css Color HEX #4D3960 Meteorite

📋 copy color: '#4D3960'

red 77 ◦ green 57 ◦ blue 96

#4D3960
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #4D3960

Tints of Meteorite #4D3960

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 value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3960 (or 0x4D3960) is known color: 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

RGB 77 57 96 -
CMYK 0.20 0.41 0 0.62
HSL 270.77º 0.25% 0.3% -
HSV(B) 270.77º 0.41% 0.38% -
XYZ 6.64 5.35 11.75 -
YUV 67.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 77 57 96 0.20 0.41 0 0.62 270.77 0.25 0.3
Hex 4D 39 60 14 29 0 3E 10F 19 1E
Octal 115 71 140 24 51 0 76 417 31 36
Binary 1001101 111001 1100000 10100 101001 0 111110 100001111 11001 11110

Color Harmonies of #4D3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3960

Black with #4D3960

Text Example


Text Example

White with #4D3960

Text Example


Text Example

HTML Codes & Css Web 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>