#4B395D

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

Shades of Meteorite #4B395D

Tints of Meteorite #4B395D

Color information

#4B395D (or 0x4B395D) is unknown color: approx Meteorite. HEX triplet: 4B, 39 and 5D. RGB value is (75,57,93). Sum of RGB (Red+Green+Blue) = 75+57+93=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B395D is #B4C6A2. Grayscale: #424242. Windows color (decimal): -11847331 or 6109515. OLE color: 6109515.

HSL color Cylindrical-coordinate representation of color #4B395D: hue angle of 270º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B395D is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB755793-
CMYK0.190.3900.64
HSL270º24%29.41%-
HSV(B)270º38.71%36.47%-
XYZ6.345.2111.03-
YUV66.49142.96134.07-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 93 (36.72% from 255) = 41.33%
R=33.33%
G=25.33%
B=41.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7557930.190.3900.642702429.41
Hex4B395D132704010e181d
Octal11371135234701004163035
Binary1001011111001101110110011100111010000001000011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,57,93); }

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

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

 a { background-color: rgb(75,57,93); }

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

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

 span { border-color: rgb(75,57,93); }

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