#4B4060

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

Shades of Meteorite #4B4060

Tints of Meteorite #4B4060

Color information

#4B4060 (or 0x4B4060) is unknown color: approx Meteorite. HEX triplet: 4B, 40 and 60. RGB value is (75,64,96). Sum of RGB (Red+Green+Blue) = 75+64+96=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4060 is #B4BF9F. Grayscale: #464646. Windows color (decimal): -11845536 or 6307915. OLE color: 6307915.

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

Color convert

RGB756496-
CMYK0.220.3300.62
HSL260.62º20%31.37%-
HSV(B)260.62º33.33%37.65%-
XYZ6.856.0111.86-
YUV70.94142.14130.9-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 64 (25.39% from 255) = 27.23%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=31.91%
G=27.23%
B=40.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7564960.220.3300.62260.622031.37
Hex4B4060162103E105141f
Octal11310014026410764052437
Binary1001011100000011000001011010000101111101000001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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