#483F70

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

Shades of Meteorite #483F70

Tints of Meteorite #483F70

Color information

#483F70 (or 0x483F70) is unknown color: approx Meteorite. HEX triplet: 48, 3F and 70. RGB value is (72,63,112). Sum of RGB (Red+Green+Blue) = 72+63+112=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #483F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F70 is #B7C08F. Grayscale: #474747. Windows color (decimal): -12042384 or 7356232. OLE color: 7356232.

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

Color convert

RGB7263112-
CMYK0.360.4400.56
HSL251.02º28%34.31%-
HSV(B)251.02º43.75%43.92%-
XYZ7.376.116.12-
YUV71.28150.98128.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 63 (25% from 255) = 25.51%
BLUE value IS 112 (44.14% from 255) = 45.34%
R=29.15%
G=25.51%
B=45.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72631120.360.4400.56251.022834.31
Hex483F70242C038fb1c22
Octal1107716044540703733442
Binary1001000111111111000010010010110001110001111101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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