#4B3970

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

Shades of Meteorite #4B3970

Tints of Meteorite #4B3970

Color information

#4B3970 (or 0x4B3970) is unknown color: approx Meteorite. HEX triplet: 4B, 39 and 70. RGB value is (75,57,112). Sum of RGB (Red+Green+Blue) = 75+57+112=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3970 is #B4C68F. Grayscale: #444444. Windows color (decimal): -11847312 or 7354699. OLE color: 7354699.

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

Color convert

RGB7557112-
CMYK0.330.4900.56
HSL259.64º32.54%33.14%-
HSV(B)259.64º49.11%43.92%-
XYZ7.295.5916.02-
YUV68.65152.46132.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.74%
GREEN value IS 57 (22.66% from 255) = 23.36%
BLUE value IS 112 (44.14% from 255) = 45.90%
R=30.74%
G=23.36%
B=45.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75571120.330.4900.56259.6432.5433.14
Hex4B397021310381042121
Octal1137116041610704044141
Binary100101111100111100001000011100010111000100000100100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,112); }

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

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

 a { background-color: rgb(75,57,112); }

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

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

 span { border-color: rgb(75,57,112); }

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