Html Css Color HEX #4D4375 Meteorite

📋 copy color: '#4D4375'

red 77 ◦ green 67 ◦ blue 117

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

Shades of Meteorite #4D4375

Tints of Meteorite #4D4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 29.5%
G = 25.67%
B = 44.83%

CMYK

 C value IS 0.34

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4D4375 (or 0x4D4375) is known color: Meteorite. HEX triplet: 4D, 43 and 75. RGB value is (77,67,117). Sum of RGB (Red+Green+Blue) = 77+67+117=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D4375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4375 is #B2BC8A. Grayscale: #4B4B4B. Windows color (decimal): -11713675 or 7684941. OLE color: 7684941.

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

Color convert

RGB 77 67 117 -
CMYK 0.34 0.43 0 0.54
HSL 252º 0.27% 0.36% -
HSV(B) 252º 0.43% 0.46% -
XYZ 8.28 6.88 17.72 -
YUV 75.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 77 67 117 0.34 0.43 0 0.54 252 0.27 0.36
Hex 4D 43 75 22 2B 0 36 FC 1B 24
Octal 115 103 165 42 53 0 66 374 33 44
Binary 1001101 1000011 1110101 100010 101011 0 110110 11111100 11011 100100

Color Harmonies of #4D4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4375

Black with #4D4375

Text Example


Text Example

White with #4D4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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