#4B3860

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

Shades of Meteorite #4B3860

Tints of Meteorite #4B3860

Color information

#4B3860 (or 0x4B3860) is unknown color: approx Meteorite. HEX triplet: 4B, 38 and 60. RGB value is (75,56,96). Sum of RGB (Red+Green+Blue) = 75+56+96=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 56 (22.27% from 255 or 24.67% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B3860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3860 is #B4C79F. Grayscale: #424242. Windows color (decimal): -11847584 or 6305867. OLE color: 6305867.

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

Color convert

RGB755696-
CMYK0.220.4200.62
HSL268.5º26.32%29.8%-
HSV(B)268.5º41.67%37.65%-
XYZ6.435.1711.73-
YUV66.24144.79134.25-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 56 (22.27% from 255) = 24.67%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=33.04%
G=24.67%
B=42.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7556960.220.4200.62268.526.3229.8
Hex4B3860162A03E10c1a1e
Octal1137014026520764143236
Binary100101111100011000001011010101001111101000011001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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