#483870

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

Shades of Meteorite #483870

Tints of Meteorite #483870

Color information

#483870 (or 0x483870) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 70. RGB value is (72,56,112). Sum of RGB (Red+Green+Blue) = 72+56+112=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #483870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483870 is #B7C78F. Grayscale: #424242. Windows color (decimal): -12044176 or 7354440. OLE color: 7354440.

HSL color Cylindrical-coordinate representation of color #483870: hue angle of 257.14º 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 #483870 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7256112-
CMYK0.360.5000.56
HSL257.14º33.33%32.94%-
HSV(B)257.14º50%43.92%-
XYZ7.015.3816-
YUV67.17153.3131.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 56 (22.27% from 255) = 23.33%
BLUE value IS 112 (44.14% from 255) = 46.67%
R=30%
G=23.33%
B=46.67%

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
Decimal72561120.360.5000.56257.1433.3332.94
Hex48387024320381012121
Octal1107016044620704014141
Binary100100011100011100001001001100100111000100000001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483870; }

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

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

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

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

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

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

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

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