Html Css Color HEX #4D4475 Meteorite

📋 copy color: '#4D4475'

red 77 ◦ green 68 ◦ blue 117

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

Shades of Meteorite #4D4475

Tints of Meteorite #4D4475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.95%

 BLUE value IS 117 (46.09% from 255) = 44.66%

R = 29.39%
G = 25.95%
B = 44.66%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4D4475 (or 0x4D4475) is known color: Meteorite. HEX triplet: 4D, 44 and 75. RGB value is (77,68,117). Sum of RGB (Red+Green+Blue) = 77+68+117=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D4475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4475 is #B2BB8A. Grayscale: #4C4C4C. Windows color (decimal): -11713419 or 7685197. OLE color: 7685197.

HSL color Cylindrical-coordinate representation of color #4D4475: hue angle of 251.02º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D4475 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 77 68 117 -
CMYK 0.34 0.42 0 0.54
HSL 251.02º 0.26% 0.36% -
HSV(B) 251.02º 0.42% 0.46% -
XYZ 8.34 7 17.74 -
YUV 76.28 150.98 128.52 -
System Red Green Blue C M Y K H S L
Decimal 77 68 117 0.34 0.42 0 0.54 251.02 0.26 0.36
Hex 4D 44 75 22 2A 0 36 FB 1A 24
Octal 115 104 165 42 52 0 66 373 32 44
Binary 1001101 1000100 1110101 100010 101010 0 110110 11111011 11010 100100

Color Harmonies of #4D4475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4475

Black with #4D4475

Text Example


Text Example

White with #4D4475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,68,117); }

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

background-color css

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

 a { background-color: rgb(77,68,117); }

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

border-color css

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

 span { border-color: rgb(77,68,117); }

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