Html Css Color HEX #4D4061 Meteorite

📋 copy color: '#4D4061'

red 77 ◦ green 64 ◦ blue 97

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

Shades of Meteorite #4D4061

Tints of Meteorite #4D4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.89%

 BLUE value IS 97 (38.28% from 255) = 40.76%

R = 32.35%
G = 26.89%
B = 40.76%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D4061 (or 0x4D4061) is known color: Meteorite. HEX triplet: 4D, 40 and 61. RGB value is (77,64,97). Sum of RGB (Red+Green+Blue) = 77+64+97=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #4D4061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4061 is #B2BF9E. Grayscale: #474747. Windows color (decimal): -11714463 or 6373453. OLE color: 6373453.

HSL color Cylindrical-coordinate representation of color #4D4061: hue angle of 263.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D4061 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 64 97 -
CMYK 0.21 0.34 0 0.62
HSL 263.64º 0.2% 0.32% -
HSV(B) 263.64º 0.34% 0.38% -
XYZ 7.05 6.11 12.12 -
YUV 71.65 142.31 131.82 -
System Red Green Blue C M Y K H S L
Decimal 77 64 97 0.21 0.34 0 0.62 263.64 0.2 0.32
Hex 4D 40 61 15 22 0 3E 108 14 20
Octal 115 100 141 25 42 0 76 410 24 40
Binary 1001101 1000000 1100001 10101 100010 0 111110 100001000 10100 100000

Color Harmonies of #4D4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4061

Black with #4D4061

Text Example


Text Example

White with #4D4061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,64,97); }

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

background-color css

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

 a { background-color: rgb(77,64,97); }

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

border-color css

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

 span { border-color: rgb(77,64,97); }

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