#4B456A

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

Shades of Meteorite #4B456A

Tints of Meteorite #4B456A

Color information

#4B456A (or 0x4B456A) is unknown color: approx Meteorite. HEX triplet: 4B, 45 and 6A. RGB value is (75,69,106). Sum of RGB (Red+Green+Blue) = 75+69+106=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B456A is #B4BA95. Grayscale: #4A4A4A. Windows color (decimal): -11844246 or 6964555. OLE color: 6964555.

HSL color Cylindrical-coordinate representation of color #4B456A: hue angle of 249.73º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B456A is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7569106-
CMYK0.290.3500.58
HSL249.73º21.14%34.31%-
HSV(B)249.73º34.91%41.57%-
XYZ7.636.7914.54-
YUV75.01145.49127.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 69 (27.34% from 255) = 27.6%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=30%
G=27.6%
B=42.4%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75691060.290.3500.58249.7321.1434.31
Hex4B456A1D2303Afa1522
Octal11310515235430723722542
Binary1001011100010111010101110110001101110101111101010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,69,106); }

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

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

 a { background-color: rgb(75,69,106); }

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

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

 span { border-color: rgb(75,69,106); }

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