#4B415E

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

Shades of Meteorite #4B415E

Tints of Meteorite #4B415E

Color information

#4B415E (or 0x4B415E) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 5E. RGB value is (75,65,94). Sum of RGB (Red+Green+Blue) = 75+65+94=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B415E is #B4BEA1. Grayscale: #474747. Windows color (decimal): -11845282 or 6177099. OLE color: 6177099.

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

Color convert

RGB756594-
CMYK0.200.3100.63
HSL260.69º18.24%31.18%-
HSV(B)260.69º30.85%36.86%-
XYZ6.816.0811.41-
YUV71.3140.81130.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 94 (37.11% from 255) = 40.17%
R=32.05%
G=27.78%
B=40.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7565940.200.3100.63260.6918.2431.18
Hex4B415E141F03F105121f
Octal11310113624370774052237
Binary100101110000011011110101001111101111111000001011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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