Html Css Color HEX #4D456F Meteorite

📋 copy color: '#4D456F'

red 77 ◦ green 69 ◦ blue 111

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

Shades of Meteorite #4D456F

Tints of Meteorite #4D456F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

 BLUE value IS 111 (43.75% from 255) = 43.19%

R = 29.96%
G = 26.85%
B = 43.19%

CMYK

 C value IS 0.31

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D456F (or 0x4D456F) is known color: Meteorite. HEX triplet: 4D, 45 and 6F. RGB value is (77,69,111). Sum of RGB (Red+Green+Blue) = 77+69+111=257 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.96% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 111 (43.75% from 255 or 43.19% from 257); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D456F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D456F is #B2BA90. Grayscale: #4C4C4C. Windows color (decimal): -11713169 or 7292237. OLE color: 7292237.

HSL color Cylindrical-coordinate representation of color #4D456F: hue angle of 251.43º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D456F is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 69 111 -
CMYK 0.31 0.38 0 0.56
HSL 251.43º 0.23% 0.35% -
HSV(B) 251.43º 0.38% 0.44% -
XYZ 8.06 6.98 15.96 -
YUV 76.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 77 69 111 0.31 0.38 0 0.56 251.43 0.23 0.35
Hex 4D 45 6F 1F 26 0 38 FB 17 23
Octal 115 105 157 37 46 0 70 373 27 43
Binary 1001101 1000101 1101111 11111 100110 0 111000 11111011 10111 100011

Color Harmonies of #4D456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D456F

Black with #4D456F

Text Example


Text Example

White with #4D456F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,111); }

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

background-color css

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

 a { background-color: rgb(77,69,111); }

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

border-color css

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

 span { border-color: rgb(77,69,111); }

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