#4B405D

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

Shades of Meteorite #4B405D

Tints of Meteorite #4B405D

Color information

#4B405D (or 0x4B405D) is unknown color: approx Meteorite. HEX triplet: 4B, 40 and 5D. RGB value is (75,64,93). Sum of RGB (Red+Green+Blue) = 75+64+93=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B405D is #B4BFA2. Grayscale: #464646. Windows color (decimal): -11845539 or 6111307. OLE color: 6111307.

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

Color convert

RGB756493-
CMYK0.190.3100.64
HSL262.76º18.47%30.78%-
HSV(B)262.76º31.18%36.47%-
XYZ6.715.9511.15-
YUV70.6140.64131.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=32.33%
G=27.59%
B=40.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7564930.190.3100.64262.7618.4730.78
Hex4B405D131F040107121f
Octal113100135233701004072237
Binary1001011100000010111011001111111010000001000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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