Html Css Color HEX #4D4372 Meteorite

📋 copy color: '#4D4372'

red 77 ◦ green 67 ◦ blue 114

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

Shades of Meteorite #4D4372

Tints of Meteorite #4D4372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.19%

R = 29.84%
G = 25.97%
B = 44.19%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D4372 (or 0x4D4372) is known color: Meteorite. HEX triplet: 4D, 43 and 72. RGB value is (77,67,114). Sum of RGB (Red+Green+Blue) = 77+67+114=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 114 (44.92% from 255 or 44.19% from 258); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D4372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4372 is #B2BC8D. Grayscale: #4B4B4B. Windows color (decimal): -11713678 or 7488333. OLE color: 7488333.

HSL color Cylindrical-coordinate representation of color #4D4372: hue angle of 252.77º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D4372 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 67 114 -
CMYK 0.32 0.41 0 0.55
HSL 252.77º 0.26% 0.35% -
HSV(B) 252.77º 0.41% 0.45% -
XYZ 8.1 6.81 16.81 -
YUV 75.35 149.81 129.18 -
System Red Green Blue C M Y K H S L
Decimal 77 67 114 0.32 0.41 0 0.55 252.77 0.26 0.35
Hex 4D 43 72 20 29 0 37 FD 1A 23
Octal 115 103 162 40 51 0 67 375 32 43
Binary 1001101 1000011 1110010 100000 101001 0 110111 11111101 11010 100011

Color Harmonies of #4D4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4372

Black with #4D4372

Text Example


Text Example

White with #4D4372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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