#4B4372

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

Shades of Meteorite #4B4372

Tints of Meteorite #4B4372

Color information

#4B4372 (or 0x4B4372) is unknown color: approx Meteorite. HEX triplet: 4B, 43 and 72. RGB value is (75,67,114). Sum of RGB (Red+Green+Blue) = 75+67+114=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B4372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4372 is #B4BC8D. Grayscale: #4A4A4A. Windows color (decimal): -11844750 or 7488331. OLE color: 7488331.

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

Color convert

RGB7567114-
CMYK0.340.4100.55
HSL250.21º25.97%35.49%-
HSV(B)250.21º41.23%44.71%-
XYZ7.956.7316.8-
YUV74.75150.15128.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 67 (26.56% from 255) = 26.17%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=29.30%
G=26.17%
B=44.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75671140.340.4100.55250.2125.9735.49
Hex4B43722229037fa1a23
Octal11310316242510673723243
Binary10010111000011111001010001010100101101111111101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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