#483C5F

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

Shades of Meteorite #483C5F

Tints of Meteorite #483C5F

Color information

#483C5F (or 0x483C5F) is unknown color: approx Meteorite. HEX triplet: 48, 3C and 5F. RGB value is (72,60,95). Sum of RGB (Red+Green+Blue) = 72+60+95=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #483C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C5F is #B7C3A0. Grayscale: #434343. Windows color (decimal): -12043169 or 6241352. OLE color: 6241352.

HSL color Cylindrical-coordinate representation of color #483C5F: hue angle of 260.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #483C5F is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB726095-
CMYK0.240.3700.63
HSL260.57º22.58%30.39%-
HSV(B)260.57º36.84%37.25%-
XYZ6.355.4411.54-
YUV67.58143.48131.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 60 (23.83% from 255) = 26.43%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=31.72%
G=26.43%
B=41.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7260950.240.3700.63260.5722.5830.39
Hex483C5F182503F105171e
Octal1107413730450774052736
Binary100100011110010111111100010010101111111000001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,60,95); }

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

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

 a { background-color: rgb(72,60,95); }

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

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

 span { border-color: rgb(72,60,95); }

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