#4B415F

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

Shades of Meteorite #4B415F

Tints of Meteorite #4B415F

Color information

#4B415F (or 0x4B415F) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 5F. RGB value is (75,65,95). Sum of RGB (Red+Green+Blue) = 75+65+95=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415F is #B4BEA0. Grayscale: #474747. Windows color (decimal): -11845281 or 6242635. OLE color: 6242635.

HSL color Cylindrical-coordinate representation of color #4B415F: hue angle of 260º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B415F is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB756595-
CMYK0.210.3200.63
HSL260º18.75%31.37%-
HSV(B)260º31.58%37.25%-
XYZ6.866.111.64-
YUV71.41141.31130.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 95 (37.5% from 255) = 40.43%
R=31.91%
G=27.66%
B=40.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7565950.210.3200.6326018.7531.37
Hex4B415F152003F104131f
Octal11310113725400774042337
Binary1001011100000110111111010110000001111111000001001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,95); }

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

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

 a { background-color: rgb(75,65,95); }

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

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

 span { border-color: rgb(75,65,95); }

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