Html Css Color HEX #4D4473 Meteorite

📋 copy color: '#4D4473'

red 77 ◦ green 68 ◦ blue 115

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

Shades of Meteorite #4D4473

Tints of Meteorite #4D4473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 44.23%

R = 29.62%
G = 26.15%
B = 44.23%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D4473 (or 0x4D4473) is known color: Meteorite. HEX triplet: 4D, 44 and 73. RGB value is (77,68,115). Sum of RGB (Red+Green+Blue) = 77+68+115=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D4473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4473 is #B2BB8C. Grayscale: #4B4B4B. Windows color (decimal): -11713421 or 7554125. OLE color: 7554125.

HSL color Cylindrical-coordinate representation of color #4D4473: hue angle of 251.49º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4D4473 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 68 115 -
CMYK 0.33 0.41 0 0.55
HSL 251.49º 0.26% 0.36% -
HSV(B) 251.49º 0.41% 0.45% -
XYZ 8.22 6.95 17.13 -
YUV 76.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 77 68 115 0.33 0.41 0 0.55 251.49 0.26 0.36
Hex 4D 44 73 21 29 0 37 FB 1A 24
Octal 115 104 163 41 51 0 67 373 32 44
Binary 1001101 1000100 1110011 100001 101001 0 110111 11111011 11010 100100

Color Harmonies of #4D4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4473

Black with #4D4473

Text Example


Text Example

White with #4D4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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