#4B366B

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

Shades of Meteorite #4B366B

Tints of Meteorite #4B366B

Color information

#4B366B (or 0x4B366B) is unknown color: approx Meteorite. HEX triplet: 4B, 36 and 6B. RGB value is (75,54,107). Sum of RGB (Red+Green+Blue) = 75+54+107=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #4B366B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B366B is #B4C994. Grayscale: #424242. Windows color (decimal): -11848085 or 7026251. OLE color: 7026251.

HSL color Cylindrical-coordinate representation of color #4B366B: hue angle of 263.77º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B366B is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7554107-
CMYK0.300.5000.58
HSL263.77º32.92%31.57%-
HSV(B)263.77º49.53%41.96%-
XYZ6.875.214.55-
YUV66.32150.96134.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=31.78%
G=22.88%
B=45.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75541070.300.5000.58263.7732.9231.57
Hex4B366B1E3203A1082120
Octal1136615336620724104140
Binary10010111101101101011111101100100111010100001000100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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