#483976

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

Shades of Meteorite #483976

Tints of Meteorite #483976

Color information

#483976 (or 0x483976) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 76. RGB value is (72,57,118). Sum of RGB (Red+Green+Blue) = 72+57+118=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #483976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483976 is #B7C689. Grayscale: #444444. Windows color (decimal): -12043914 or 7747912. OLE color: 7747912.

HSL color Cylindrical-coordinate representation of color #483976: hue angle of 254.75º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #483976 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7257118-
CMYK0.390.5200.54
HSL254.75º34.86%34.31%-
HSV(B)254.75º51.69%46.27%-
XYZ7.415.6117.83-
YUV68.44155.97130.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 57 (22.66% from 255) = 23.08%
BLUE value IS 118 (46.48% from 255) = 47.77%
R=29.15%
G=23.08%
B=47.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72571180.390.5200.54254.7534.8634.31
Hex4839762734036ff2322
Octal1107116647640663774342
Binary10010001110011110110100111110100011011011111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483976; }

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

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

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

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

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

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

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

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