Html Css Color HEX #4D426E Meteorite

📋 copy color: '#4D426E'

red 77 ◦ green 66 ◦ blue 110

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

Shades of Meteorite #4D426E

Tints of Meteorite #4D426E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.09%

 BLUE value IS 110 (43.36% from 255) = 43.48%

R = 30.43%
G = 26.09%
B = 43.48%

CMYK

 C value IS 0.3

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D426E (or 0x4D426E) is known color: Meteorite. HEX triplet: 4D, 42 and 6E. RGB value is (77,66,110). Sum of RGB (Red+Green+Blue) = 77+66+110=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 110 (43.36% from 255 or 43.48% from 253); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D426E is #B2BD91. Grayscale: #4A4A4A. Windows color (decimal): -11713938 or 7225933. OLE color: 7225933.

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

Color convert

RGB 77 66 110 -
CMYK 0.3 0.4 0 0.57
HSL 255º 0.25% 0.35% -
HSV(B) 255º 0.4% 0.43% -
XYZ 7.82 6.6 15.61 -
YUV 74.31 148.14 129.92 -
System Red Green Blue C M Y K H S L
Decimal 77 66 110 0.3 0.4 0 0.57 255 0.25 0.35
Hex 4D 42 6E 1E 28 0 39 FF 19 23
Octal 115 102 156 36 50 0 71 377 31 43
Binary 1001101 1000010 1101110 11110 101000 0 111001 11111111 11001 100011

Color Harmonies of #4D426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D426E

Black with #4D426E

Text Example


Text Example

White with #4D426E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,66,110); }

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

background-color css

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

 a { background-color: rgb(77,66,110); }

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

border-color css

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

 span { border-color: rgb(77,66,110); }

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