#4B3E76

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

Shades of Meteorite #4B3E76

Tints of Meteorite #4B3E76

Color information

#4B3E76 (or 0x4B3E76) is unknown color: approx Meteorite. HEX triplet: 4B, 3E and 76. RGB value is (75,62,118). Sum of RGB (Red+Green+Blue) = 75+62+118=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 62 (24.61% from 255 or 24.31% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3E76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E76 is #B4C189. Grayscale: #484848. Windows color (decimal): -11846026 or 7749195. OLE color: 7749195.

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

Color convert

RGB7562118-
CMYK0.360.4700.54
HSL253.93º31.11%35.29%-
HSV(B)253.93º47.46%46.27%-
XYZ7.896.2517.93-
YUV72.27153.81129.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 62 (24.61% from 255) = 24.31%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=29.41%
G=24.31%
B=46.27%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75621180.360.4700.54253.9331.1135.29
Hex4B3E76242F036fe1f23
Octal1137616644570663763743
Binary1001011111110111011010010010111101101101111111011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,62,118); }

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

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

 a { background-color: rgb(75,62,118); }

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

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

 span { border-color: rgb(75,62,118); }

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