Html Css Color HEX #4D4474 Meteorite

📋 copy color: '#4D4474'

red 77 ◦ green 68 ◦ blue 116

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

Shades of Meteorite #4D4474

Tints of Meteorite #4D4474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 29.5%
G = 26.05%
B = 44.44%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D4474 (or 0x4D4474) is known color: Meteorite. HEX triplet: 4D, 44 and 74. RGB value is (77,68,116). Sum of RGB (Red+Green+Blue) = 77+68+116=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #4D4474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4474 is #B2BB8B. Grayscale: #4B4B4B. Windows color (decimal): -11713420 or 7619661. OLE color: 7619661.

HSL color Cylindrical-coordinate representation of color #4D4474: hue angle of 251.25º 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 #4D4474 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 68 116 -
CMYK 0.34 0.41 0 0.55
HSL 251.25º 0.26% 0.36% -
HSV(B) 251.25º 0.41% 0.45% -
XYZ 8.28 6.97 17.43 -
YUV 76.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 77 68 116 0.34 0.41 0 0.55 251.25 0.26 0.36
Hex 4D 44 74 22 29 0 37 FB 1A 24
Octal 115 104 164 42 51 0 67 373 32 44
Binary 1001101 1000100 1110100 100010 101001 0 110111 11111011 11010 100100

Color Harmonies of #4D4474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4474

Black with #4D4474

Text Example


Text Example

White with #4D4474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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