#4B4173

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

Shades of Meteorite #4B4173

Tints of Meteorite #4B4173

Color information

#4B4173 (or 0x4B4173) is unknown color: approx Meteorite. HEX triplet: 4B, 41 and 73. RGB value is (75,65,115). Sum of RGB (Red+Green+Blue) = 75+65+115=255 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.41% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B4173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4173 is #B4BE8C. Grayscale: #494949. Windows color (decimal): -11845261 or 7553355. OLE color: 7553355.

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

Color convert

RGB7565115-
CMYK0.350.4300.55
HSL252º27.78%35.29%-
HSV(B)252º43.48%45.1%-
XYZ7.896.5117.06-
YUV73.69151.31128.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.41%
GREEN value IS 65 (25.78% from 255) = 25.49%
BLUE value IS 115 (45.31% from 255) = 45.10%
R=29.41%
G=25.49%
B=45.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75651150.350.4300.5525227.7835.29
Hex4B4173232B037fc1c23
Octal11310116343530673743443
Binary10010111000001111001110001110101101101111111110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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