#4B4160

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

Shades of Meteorite #4B4160

Tints of Meteorite #4B4160

Color information

#4B4160 (or 0x4B4160) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 60. RGB value is (75,65,96). Sum of RGB (Red+Green+Blue) = 75+65+96=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4160 is #B4BE9F. Grayscale: #474747. Windows color (decimal): -11845280 or 6308171. OLE color: 6308171.

HSL color Cylindrical-coordinate representation of color #4B4160: hue angle of 259.35º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B4160 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB756596-
CMYK0.220.3200.62
HSL259.35º19.25%31.57%-
HSV(B)259.35º32.29%37.65%-
XYZ6.96.1211.88-
YUV71.52141.81130.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 65 (25.78% from 255) = 27.54%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=31.78%
G=27.54%
B=40.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7565960.220.3200.62259.3519.2531.57
Hex4B4160162003E1031320
Octal11310114026400764032340
Binary10010111000001110000010110100000011111010000001110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,96); }

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

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

 a { background-color: rgb(75,65,96); }

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

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

 span { border-color: rgb(75,65,96); }

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