#4B3A71

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

Shades of Meteorite #4B3A71

Tints of Meteorite #4B3A71

Color information

#4B3A71 (or 0x4B3A71) is unknown color: approx Meteorite. HEX triplet: 4B, 3A and 71. RGB value is (75,58,113). Sum of RGB (Red+Green+Blue) = 75+58+113=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3A71 is #B4C58E. Grayscale: #454545. Windows color (decimal): -11847055 or 7420491. OLE color: 7420491.

HSL color Cylindrical-coordinate representation of color #4B3A71: hue angle of 258.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B3A71 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7558113-
CMYK0.340.4900.56
HSL258.55º32.16%33.53%-
HSV(B)258.55º48.67%44.31%-
XYZ7.45.7116.34-
YUV69.35152.63132.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=30.49%
G=23.58%
B=45.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75581130.340.4900.56258.5532.1633.53
Hex4B3A7122310381032022
Octal1137216142610704034042
Binary100101111101011100011000101100010111000100000011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,58,113); }

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

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

 a { background-color: rgb(75,58,113); }

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

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

 span { border-color: rgb(75,58,113); }

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