#4B425F

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

Shades of Meteorite #4B425F

Tints of Meteorite #4B425F

Color information

#4B425F (or 0x4B425F) is unknown color: approx Meteorite. HEX triplet: 4B, 42 and 5F. RGB value is (75,66,95). Sum of RGB (Red+Green+Blue) = 75+66+95=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B425F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B425F is #B4BDA0. Grayscale: #474747. Windows color (decimal): -11845025 or 6242891. OLE color: 6242891.

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

Color convert

RGB756695-
CMYK0.210.3100.63
HSL258.62º18.01%31.57%-
HSV(B)258.62º30.53%37.25%-
XYZ6.926.2211.66-
YUV72140.98130.14-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 66 (26.17% from 255) = 27.97%
BLUE value IS 95 (37.5% from 255) = 40.25%
R=31.78%
G=27.97%
B=40.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7566950.210.3100.63258.6218.0131.57
Hex4B425F151F03F1031220
Octal11310213725370774032240
Binary1001011100001010111111010111111011111110000001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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