#483E5F

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

Shades of Meteorite #483E5F

Tints of Meteorite #483E5F

Color information

#483E5F (or 0x483E5F) is unknown color: approx Meteorite. HEX triplet: 48, 3E and 5F. RGB value is (72,62,95). Sum of RGB (Red+Green+Blue) = 72+62+95=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 62 (24.61% from 255 or 27.07% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 95 - color contains mainly: blue. Hex color #483E5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483E5F is #B7C1A0. Grayscale: #444444. Windows color (decimal): -12042657 or 6241864. OLE color: 6241864.

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

Color convert

RGB726295-
CMYK0.240.3500.63
HSL258.18º21.02%30.78%-
HSV(B)258.18º34.74%37.25%-
XYZ6.465.6511.58-
YUV68.75142.81130.32-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 62 (24.61% from 255) = 27.07%
BLUE value IS 95 (37.5% from 255) = 41.48%
R=31.44%
G=27.07%
B=41.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7262950.240.3500.63258.1821.0230.78
Hex483E5F182303F102151f
Octal1107613730430774022537
Binary100100011111010111111100010001101111111000000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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