#483770

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

Shades of Meteorite #483770

Tints of Meteorite #483770

Color information

#483770 (or 0x483770) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 70. RGB value is (72,55,112). Sum of RGB (Red+Green+Blue) = 72+55+112=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 112 (44.14% from 255 or 46.86% from 239); Max value from RGB is 112 - color contains mainly: blue. Hex color #483770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483770 is #B7C88F. Grayscale: #424242. Windows color (decimal): -12044432 or 7354184. OLE color: 7354184.

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

Color convert

RGB7255112-
CMYK0.360.5100.56
HSL257.89º34.13%32.75%-
HSV(B)257.89º50.89%43.92%-
XYZ6.965.2815.98-
YUV66.58153.63131.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 112 (44.14% from 255) = 46.86%
R=30.13%
G=23.01%
B=46.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72551120.360.5100.56257.8934.1332.75
Hex48377024330381022221
Octal1106716044630704024241
Binary100100011011111100001001001100110111000100000010100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483770; }

 p { color: rgb(72,55,112); }

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

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

 a { background-color: rgb(72,55,112); }

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

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

 span { border-color: rgb(72,55,112); }

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