#483C5E

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

Shades of Meteorite #483C5E

Tints of Meteorite #483C5E

Color information

#483C5E (or 0x483C5E) is unknown color: approx Meteorite. HEX triplet: 48, 3C and 5E. RGB value is (72,60,94). Sum of RGB (Red+Green+Blue) = 72+60+94=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 94 - color contains mainly: blue. Hex color #483C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C5E is #B7C3A1. Grayscale: #434343. Windows color (decimal): -12043170 or 6175816. OLE color: 6175816.

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

Color convert

RGB726094-
CMYK0.230.3600.63
HSL261.18º22.08%30.2%-
HSV(B)261.18º36.17%36.86%-
XYZ6.315.4211.3-
YUV67.46142.98131.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 60 (23.83% from 255) = 26.55%
BLUE value IS 94 (37.11% from 255) = 41.59%
R=31.86%
G=26.55%
B=41.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7260940.230.3600.63261.1822.0830.2
Hex483C5E172403F105161e
Octal1107413627440774052636
Binary100100011110010111101011110010001111111000001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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