#483A70

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

Shades of Meteorite #483A70

Tints of Meteorite #483A70

Color information

#483A70 (or 0x483A70) is unknown color: approx Meteorite. HEX triplet: 48, 3A and 70. RGB value is (72,58,112). Sum of RGB (Red+Green+Blue) = 72+58+112=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #483A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483A70 is #B7C58F. Grayscale: #444444. Windows color (decimal): -12043664 or 7354952. OLE color: 7354952.

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

Color convert

RGB7258112-
CMYK0.360.4800.56
HSL255.56º31.76%33.33%-
HSV(B)255.56º48.21%43.92%-
XYZ7.115.5716.03-
YUV68.34152.64130.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 58 (23.05% from 255) = 23.97%
BLUE value IS 112 (44.14% from 255) = 46.28%
R=29.75%
G=23.97%
B=46.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72581120.360.4800.56255.5631.7633.33
Hex483A7024300381002021
Octal1107216044600704004041
Binary100100011101011100001001001100000111000100000000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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