Html Css Color HEX #4D446F Meteorite

📋 copy color: '#4D446F'

red 77 ◦ green 68 ◦ blue 111

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

Shades of Meteorite #4D446F

Tints of Meteorite #4D446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.56%

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

R = 30.08%
G = 26.56%
B = 43.36%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D446F (or 0x4D446F) is known color: Meteorite. HEX triplet: 4D, 44 and 6F. RGB value is (77,68,111). Sum of RGB (Red+Green+Blue) = 77+68+111=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D446F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D446F is #B2BB90. Grayscale: #4B4B4B. Windows color (decimal): -11713425 or 7291981. OLE color: 7291981.

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

Color convert

RGB 77 68 111 -
CMYK 0.31 0.39 0 0.56
HSL 252.56º 0.24% 0.35% -
HSV(B) 252.56º 0.39% 0.44% -
XYZ 8 6.86 15.94 -
YUV 75.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 77 68 111 0.31 0.39 0 0.56 252.56 0.24 0.35
Hex 4D 44 6F 1F 27 0 38 FD 18 23
Octal 115 104 157 37 47 0 70 375 30 43
Binary 1001101 1000100 1101111 11111 100111 0 111000 11111101 11000 100011

Color Harmonies of #4D446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D446F

Black with #4D446F

Text Example


Text Example

White with #4D446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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