#483F5A

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

Shades of Meteorite #483F5A

Tints of Meteorite #483F5A

Color information

#483F5A (or 0x483F5A) is unknown color: approx Meteorite. HEX triplet: 48, 3F and 5A. RGB value is (72,63,90). Sum of RGB (Red+Green+Blue) = 72+63+90=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 90 - color contains mainly: blue. Hex color #483F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483F5A is #B7C0A5. Grayscale: #444444. Windows color (decimal): -12042406 or 5914440. OLE color: 5914440.

HSL color Cylindrical-coordinate representation of color #483F5A: hue angle of 260º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #483F5A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB726390-
CMYK0.200.3000.65
HSL260º17.65%30%-
HSV(B)260º30%35.29%-
XYZ6.35.6710.44-
YUV68.77139.98130.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 63 (25% from 255) = 28%
BLUE value IS 90 (35.55% from 255) = 40%
R=32%
G=28%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7263900.200.3000.6526017.6530
Hex483F5A141E041104121e
Octal11077132243601014042236
Binary100100011111110110101010011110010000011000001001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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