Html Css Color HEX #4D4172 Meteorite

📋 copy color: '#4D4172'

red 77 ◦ green 65 ◦ blue 114

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

Shades of Meteorite #4D4172

Tints of Meteorite #4D4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 30.08%
G = 25.39%
B = 44.53%

CMYK

 C value IS 0.32

 M value IS 0.43

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D4172 (or 0x4D4172) is known color: Meteorite. HEX triplet: 4D, 41 and 72. RGB value is (77,65,114). Sum of RGB (Red+Green+Blue) = 77+65+114=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D4172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4172 is #B2BE8D. Grayscale: #494949. Windows color (decimal): -11714190 or 7487821. OLE color: 7487821.

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

Color convert

RGB 77 65 114 -
CMYK 0.32 0.43 0 0.55
HSL 254.69º 0.27% 0.35% -
HSV(B) 254.69º 0.43% 0.45% -
XYZ 7.99 6.57 16.77 -
YUV 74.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 77 65 114 0.32 0.43 0 0.55 254.69 0.27 0.35
Hex 4D 41 72 20 2B 0 37 FF 1B 23
Octal 115 101 162 40 53 0 67 377 33 43
Binary 1001101 1000001 1110010 100000 101011 0 110111 11111111 11011 100011

Color Harmonies of #4D4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4172

Black with #4D4172

Text Example


Text Example

White with #4D4172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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