#4B3563

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

Shades of Meteorite #4B3563

Tints of Meteorite #4B3563

Color information

#4B3563 (or 0x4B3563) is unknown color: approx Meteorite. HEX triplet: 4B, 35 and 63. RGB value is (75,53,99). Sum of RGB (Red+Green+Blue) = 75+53+99=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B3563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3563 is #B4CA9C. Grayscale: #404040. Windows color (decimal): -11848349 or 6501707. OLE color: 6501707.

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

Color convert

RGB755399-
CMYK0.240.4600.61
HSL268.7º30.26%29.8%-
HSV(B)268.7º46.46%38.82%-
XYZ6.434.9412.42-
YUV64.82147.29135.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=33.04%
G=23.35%
B=43.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7553990.240.4600.61268.730.2629.8
Hex4B3563182E03D10d1e1e
Octal1136514330560754153636
Binary100101111010111000111100010111001111011000011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,53,99); }

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

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

 a { background-color: rgb(75,53,99); }

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

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

 span { border-color: rgb(75,53,99); }

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