#483975

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

Shades of Meteorite #483975

Tints of Meteorite #483975

Color information

#483975 (or 0x483975) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 75. RGB value is (72,57,117). Sum of RGB (Red+Green+Blue) = 72+57+117=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #483975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483975 is #B7C68A. Grayscale: #444444. Windows color (decimal): -12043915 or 7682376. OLE color: 7682376.

HSL color Cylindrical-coordinate representation of color #483975: hue angle of 255º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #483975 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7257117-
CMYK0.380.5100.54
HSL255º34.48%34.12%-
HSV(B)255º51.28%45.88%-
XYZ7.355.5917.52-
YUV68.32155.47130.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 57 (22.66% from 255) = 23.17%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=29.27%
G=23.17%
B=47.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72571170.380.5100.5425534.4834.12
Hex4839752633036ff2222
Octal1107116546630663774242
Binary10010001110011110101100110110011011011011111111100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483975; }

 p { color: rgb(72,57,117); }

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

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

 a { background-color: rgb(72,57,117); }

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

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

 span { border-color: rgb(72,57,117); }

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