#4B406D

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

Shades of Meteorite #4B406D

Tints of Meteorite #4B406D

Color information

#4B406D (or 0x4B406D) is unknown color: approx Meteorite. HEX triplet: 4B, 40 and 6D. RGB value is (75,64,109). Sum of RGB (Red+Green+Blue) = 75+64+109=248 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.24% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B406D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B406D is #B4BF92. Grayscale: #484848. Windows color (decimal): -11845523 or 7159883. OLE color: 7159883.

HSL color Cylindrical-coordinate representation of color #4B406D: hue angle of 254.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B406D is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7564109-
CMYK0.310.4100.57
HSL254.67º26.01%33.92%-
HSV(B)254.67º41.28%42.75%-
XYZ7.56.2715.28-
YUV72.42148.64129.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.24%
GREEN value IS 64 (25.39% from 255) = 25.81%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=30.24%
G=25.81%
B=43.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75641090.310.4100.57254.6726.0133.92
Hex4B406D1F29039ff1a22
Octal11310015537510713773242
Binary1001011100000011011011111110100101110011111111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B406D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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