Html Css Color HEX #4D446E Meteorite

📋 copy color: '#4D446E'

red 77 ◦ green 68 ◦ blue 110

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

Shades of Meteorite #4D446E

Tints of Meteorite #4D446E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 43.14%

R = 30.2%
G = 26.67%
B = 43.14%

CMYK

 C value IS 0.3

 M value IS 0.38

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D446E (or 0x4D446E) is known color: Meteorite. HEX triplet: 4D, 44 and 6E. RGB value is (77,68,110). Sum of RGB (Red+Green+Blue) = 77+68+110=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D446E is #B2BB91. Grayscale: #4B4B4B. Windows color (decimal): -11713426 or 7226445. OLE color: 7226445.

HSL color Cylindrical-coordinate representation of color #4D446E: hue angle of 252.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D446E is Cyan = 0.3, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 68 110 -
CMYK 0.3 0.38 0 0.57
HSL 252.86º 0.24% 0.35% -
HSV(B) 252.86º 0.38% 0.43% -
XYZ 7.94 6.84 15.65 -
YUV 75.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 77 68 110 0.3 0.38 0 0.57 252.86 0.24 0.35
Hex 4D 44 6E 1E 26 0 39 FD 18 23
Octal 115 104 156 36 46 0 71 375 30 43
Binary 1001101 1000100 1101110 11110 100110 0 111001 11111101 11000 100011

Color Harmonies of #4D446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D446E

Black with #4D446E

Text Example


Text Example

White with #4D446E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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