Html Css Color HEX #4D456D Meteorite

📋 copy color: '#4D456D'

red 77 ◦ green 69 ◦ blue 109

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

Shades of Meteorite #4D456D

Tints of Meteorite #4D456D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.75%

R = 30.2%
G = 27.06%
B = 42.75%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D456D (or 0x4D456D) is known color: Meteorite. HEX triplet: 4D, 45 and 6D. RGB value is (77,69,109). Sum of RGB (Red+Green+Blue) = 77+69+109=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 109 (42.97% from 255 or 42.75% from 255); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D456D is #B2BA92. Grayscale: #4B4B4B. Windows color (decimal): -11713171 or 7161165. OLE color: 7161165.

HSL color Cylindrical-coordinate representation of color #4D456D: hue angle of 252º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4D456D is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 69 109 -
CMYK 0.29 0.37 0 0.57
HSL 252º 0.22% 0.35% -
HSV(B) 252º 0.37% 0.43% -
XYZ 7.95 6.94 15.39 -
YUV 75.95 146.65 128.75 -
System Red Green Blue C M Y K H S L
Decimal 77 69 109 0.29 0.37 0 0.57 252 0.22 0.35
Hex 4D 45 6D 1D 25 0 39 FC 16 23
Octal 115 105 155 35 45 0 71 374 26 43
Binary 1001101 1000101 1101101 11101 100101 0 111001 11111100 10110 100011

Color Harmonies of #4D456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D456D

Black with #4D456D

Text Example


Text Example

White with #4D456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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