#4B385F

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

Shades of Meteorite #4B385F

Tints of Meteorite #4B385F

Color information

#4B385F (or 0x4B385F) is unknown color: approx Meteorite. HEX triplet: 4B, 38 and 5F. RGB value is (75,56,95). Sum of RGB (Red+Green+Blue) = 75+56+95=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 95 (37.5% from 255 or 42.04% from 226); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B385F is #B4C7A0. Grayscale: #414141. Windows color (decimal): -11847585 or 6240331. OLE color: 6240331.

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

Color convert

RGB755695-
CMYK0.210.4100.63
HSL269.23º25.83%29.61%-
HSV(B)269.23º41.05%37.25%-
XYZ6.385.1511.48-
YUV66.13144.29134.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.19%
GREEN value IS 56 (22.27% from 255) = 24.78%
BLUE value IS 95 (37.5% from 255) = 42.04%
R=33.19%
G=24.78%
B=42.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7556950.210.4100.63269.2325.8329.61
Hex4B385F152903F10d1a1e
Octal1137013725510774153236
Binary100101111100010111111010110100101111111000011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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