#4B4460

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

Shades of Meteorite #4B4460

Tints of Meteorite #4B4460

Color information

#4B4460 (or 0x4B4460) is unknown color: approx Meteorite. HEX triplet: 4B, 44 and 60. RGB value is (75,68,96). Sum of RGB (Red+Green+Blue) = 75+68+96=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 96 (37.89% from 255 or 40.17% from 239); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4460 is #B4BB9F. Grayscale: #494949. Windows color (decimal): -11844512 or 6308939. OLE color: 6308939.

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

Color convert

RGB756896-
CMYK0.220.2900.62
HSL255º17.07%32.16%-
HSV(B)255º29.17%37.65%-
XYZ7.086.4711.94-
YUV73.28140.82129.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 68 (26.95% from 255) = 28.45%
BLUE value IS 96 (37.89% from 255) = 40.17%
R=31.38%
G=28.45%
B=40.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7568960.220.2900.6225517.0732.16
Hex4B4460161D03Eff1120
Octal11310414026350763772140
Binary100101110001001100000101101110101111101111111110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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