#4B406B

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

Shades of Meteorite #4B406B

Tints of Meteorite #4B406B

Color information

#4B406B (or 0x4B406B) is unknown color: approx Meteorite. HEX triplet: 4B, 40 and 6B. RGB value is (75,64,107). Sum of RGB (Red+Green+Blue) = 75+64+107=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B406B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B406B is #B4BF94. Grayscale: #484848. Windows color (decimal): -11845525 or 7028811. OLE color: 7028811.

HSL color Cylindrical-coordinate representation of color #4B406B: hue angle of 255.35º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B406B is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7564107-
CMYK0.300.4000.58
HSL255.35º25.15%33.53%-
HSV(B)255.35º40.19%41.96%-
XYZ7.396.2214.72-
YUV72.19147.64130-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 64 (25.39% from 255) = 26.02%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=30.49%
G=26.02%
B=43.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75641070.300.4000.58255.3525.1533.53
Hex4B406B1E2803Aff1922
Octal11310015336500723773142
Binary1001011100000011010111111010100001110101111111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B406B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,64,107); }

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

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

 a { background-color: rgb(75,64,107); }

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

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

 span { border-color: rgb(75,64,107); }

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