Html Css Color HEX #4D3B7A Meteorite

📋 copy color: '#4D3B7A'

red 77 ◦ green 59 ◦ blue 122

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

Shades of Meteorite #4D3B7A

Tints of Meteorite #4D3B7A

RGB

 RED value IS 77 (30.47% from 255) = 29.84%

 GREEN value IS 59 (23.44% from 255) = 22.87%

 BLUE value IS 122 (48.05% from 255) = 47.29%

R = 29.84%
G = 22.87%
B = 47.29%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4D3B7A (or 0x4D3B7A) is known color: Meteorite. HEX triplet: 4D, 3B and 7A. RGB value is (77,59,122). Sum of RGB (Red+Green+Blue) = 77+59+122=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #4D3B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3B7A is #B2C485. Grayscale: #474747. Windows color (decimal): -11715718 or 8010573. OLE color: 8010573.

HSL color Cylindrical-coordinate representation of color #4D3B7A: hue angle of 257.14º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D3B7A is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 77 59 122 -
CMYK 0.37 0.52 0 0.52
HSL 257.14º 0.35% 0.35% -
HSV(B) 257.14º 0.52% 0.48% -
XYZ 8.14 6.11 19.16 -
YUV 71.56 156.46 131.88 -
System Red Green Blue C M Y K H S L
Decimal 77 59 122 0.37 0.52 0 0.52 257.14 0.35 0.35
Hex 4D 3B 7A 25 34 0 34 101 23 23
Octal 115 73 172 45 64 0 64 401 43 43
Binary 1001101 111011 1111010 100101 110100 0 110100 100000001 100011 100011

Color Harmonies of #4D3B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3B7A

Black with #4D3B7A

Text Example


Text Example

White with #4D3B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,59,122); }

 H1.HeaderClassName
 {
   color: #4D3B7A;
 }
 .AnyTagClassName
 {
   color: #4D3B7A;
 }
</style>

background-color css

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

 a { background-color: rgb(77,59,122); }

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

border-color css

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

 span { border-color: rgb(77,59,122); }

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