#4B4371

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

Shades of Meteorite #4B4371

Tints of Meteorite #4B4371

Color information

#4B4371 (or 0x4B4371) is unknown color: approx Meteorite. HEX triplet: 4B, 43 and 71. RGB value is (75,67,113). Sum of RGB (Red+Green+Blue) = 75+67+113=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B4371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4371 is #B4BC8E. Grayscale: #4A4A4A. Windows color (decimal): -11844751 or 7422795. OLE color: 7422795.

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

Color convert

RGB7567113-
CMYK0.340.4100.56
HSL250.43º25.56%35.29%-
HSV(B)250.43º40.71%44.31%-
XYZ7.896.716.5-
YUV74.64149.65128.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 113 (44.53% from 255) = 44.31%
R=29.41%
G=26.27%
B=44.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75671130.340.4100.56250.4325.5635.29
Hex4B43712229038fa1a23
Octal11310316142510703723243
Binary10010111000011111000110001010100101110001111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,113); }

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

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

 a { background-color: rgb(75,67,113); }

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

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

 span { border-color: rgb(75,67,113); }

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