#4B3F70

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

Shades of Meteorite #4B3F70

Tints of Meteorite #4B3F70

Color information

#4B3F70 (or 0x4B3F70) is unknown color: approx Meteorite. HEX triplet: 4B, 3F and 70. RGB value is (75,63,112). Sum of RGB (Red+Green+Blue) = 75+63+112=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B3F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F70 is #B4C08F. Grayscale: #474747. Windows color (decimal): -11845776 or 7356235. OLE color: 7356235.

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

Color convert

RGB7563112-
CMYK0.330.4400.56
HSL254.69º28%34.31%-
HSV(B)254.69º43.75%43.92%-
XYZ7.66.2216.13-
YUV72.17150.48130.02-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 63 (25% from 255) = 25.2%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=30%
G=25.2%
B=44.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75631120.330.4400.56254.692834.31
Hex4B3F70212C038ff1c22
Octal1137716041540703773442
Binary1001011111111111000010000110110001110001111111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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