#483971

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

Shades of Meteorite #483971

Tints of Meteorite #483971

Color information

#483971 (or 0x483971) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 71. RGB value is (72,57,113). Sum of RGB (Red+Green+Blue) = 72+57+113=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #483971 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483971 is #B7C68E. Grayscale: #434343. Windows color (decimal): -12043919 or 7420232. OLE color: 7420232.

HSL color Cylindrical-coordinate representation of color #483971: hue angle of 256.07º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483971 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7257113-
CMYK0.360.5000.56
HSL256.07º32.94%33.33%-
HSV(B)256.07º49.56%44.31%-
XYZ7.125.516.31-
YUV67.87153.47130.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 57 (22.66% from 255) = 23.55%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=29.75%
G=23.55%
B=46.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72571130.360.5000.56256.0732.9433.33
Hex48397124320381002121
Octal1107116144620704004141
Binary100100011100111100011001001100100111000100000000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483971; }

 p { color: rgb(72,57,113); }

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

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

 a { background-color: rgb(72,57,113); }

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

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

 span { border-color: rgb(72,57,113); }

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