#4D3663

Color #4D3663 Meteorite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteorite #4D3663

Tints of Meteorite #4D3663

Color information

#4D3663 (or 0x4D3663) is unknown color: approx Meteorite. HEX triplet: 4D, 36 and 63. RGB value is (77,54,99). Sum of RGB (Red+Green+Blue) = 77+54+99=230 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.48% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 99 (39.06% from 255 or 43.04% from 230); Max value from RGB is 99 - color contains mainly: blue. Hex color #4D3663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3663 is #B2C99C. Grayscale: #414141. Windows color (decimal): -11717021 or 6501965. OLE color: 6501965.

HSL color Cylindrical-coordinate representation of color #4D3663: hue angle of 270.67º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D3663 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB775499-
CMYK0.220.4500.61
HSL270.67º29.41%30%-
HSV(B)270.67º45.45%38.82%-
XYZ6.635.1212.44-
YUV66.01146.62135.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.48%
GREEN value IS 54 (21.48% from 255) = 23.48%
BLUE value IS 99 (39.06% from 255) = 43.04%
R=33.48%
G=23.48%
B=43.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7754990.220.4500.61270.6729.4130
Hex4D3663162D03D10f1d1e
Octal1156614326550754173536
Binary100110111011011000111011010110101111011000011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,54,99); }

 H1.HeaderClassName
 {
   color: #4D3663;
 }
 .AnyTagClassName
 {
   color: #4D3663;
 }
</style>
background-color css

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

 a { background-color: rgb(77,54,99); }

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

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

 span { border-color: rgb(77,54,99); }

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