Html Css Color HEX #4D4078 Meteorite

📋 copy color: '#4D4078'

red 77 ◦ green 64 ◦ blue 120

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

Shades of Meteorite #4D4078

Tints of Meteorite #4D4078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 29.5%
G = 24.52%
B = 45.98%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D4078 (or 0x4D4078) is known color: Meteorite. HEX triplet: 4D, 40 and 78. RGB value is (77,64,120). Sum of RGB (Red+Green+Blue) = 77+64+120=261 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.50% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D4078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4078 is #B2BF87. Grayscale: #4A4A4A. Windows color (decimal): -11714440 or 7880781. OLE color: 7880781.

HSL color Cylindrical-coordinate representation of color #4D4078: hue angle of 253.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4078 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 64 120 -
CMYK 0.36 0.47 0 0.53
HSL 253.93º 0.3% 0.36% -
HSV(B) 253.93º 0.47% 0.47% -
XYZ 8.28 6.6 18.61 -
YUV 74.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 77 64 120 0.36 0.47 0 0.53 253.93 0.3 0.36
Hex 4D 40 78 24 2F 0 35 FE 1E 24
Octal 115 100 170 44 57 0 65 376 36 44
Binary 1001101 1000000 1111000 100100 101111 0 110101 11111110 11110 100100

Color Harmonies of #4D4078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4078

Black with #4D4078

Text Example


Text Example

White with #4D4078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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