#4B376A

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

Shades of Meteorite #4B376A

Tints of Meteorite #4B376A

Color information

#4B376A (or 0x4B376A) is unknown color: approx Meteorite. HEX triplet: 4B, 37 and 6A. RGB value is (75,55,106). Sum of RGB (Red+Green+Blue) = 75+55+106=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #4B376A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B376A is #B4C895. Grayscale: #424242. Windows color (decimal): -11847830 or 6960971. OLE color: 6960971.

HSL color Cylindrical-coordinate representation of color #4B376A: hue angle of 263.53º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B376A is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7555106-
CMYK0.290.4800.58
HSL263.53º31.68%31.57%-
HSV(B)263.53º48.11%41.57%-
XYZ6.875.2714.29-
YUV66.79150.13133.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.78%
GREEN value IS 55 (21.88% from 255) = 23.31%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=31.78%
G=23.31%
B=44.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal75551060.290.4800.58263.5331.6831.57
Hex4B376A1D3003A1082020
Octal1136715235600724104040
Binary10010111101111101010111011100000111010100001000100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,55,106); }

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

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

 a { background-color: rgb(75,55,106); }

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

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

 span { border-color: rgb(75,55,106); }

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