#483E70

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

Shades of Meteorite #483E70

Tints of Meteorite #483E70

Color information

#483E70 (or 0x483E70) is unknown color: approx Meteorite. HEX triplet: 48, 3E and 70. RGB value is (72,62,112). Sum of RGB (Red+Green+Blue) = 72+62+112=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #483E70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E70 is #B7C18F. Grayscale: #464646. Windows color (decimal): -12042640 or 7355976. OLE color: 7355976.

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

Color convert

RGB7262112-
CMYK0.360.4500.56
HSL252º28.74%34.12%-
HSV(B)252º44.64%43.92%-
XYZ7.325.9916.1-
YUV70.69151.31128.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 62 (24.61% from 255) = 25.20%
BLUE value IS 112 (44.14% from 255) = 45.53%
R=29.27%
G=25.20%
B=45.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72621120.360.4500.5625228.7434.12
Hex483E70242D038fc1d22
Octal1107616044550703743542
Binary1001000111110111000010010010110101110001111110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483E70; }

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

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

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

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

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

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

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

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