#483761

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

Shades of Meteorite #483761

Tints of Meteorite #483761

Color information

#483761 (or 0x483761) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 61. RGB value is (72,55,97). Sum of RGB (Red+Green+Blue) = 72+55+97=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 97 - color contains mainly: blue. Hex color #483761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483761 is #B7C89E. Grayscale: #404040. Windows color (decimal): -12044447 or 6371144. OLE color: 6371144.

HSL color Cylindrical-coordinate representation of color #483761: hue angle of 264.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #483761 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB725597-
CMYK0.260.4300.62
HSL264.29º27.63%29.8%-
HSV(B)264.29º43.3%38.04%-
XYZ6.24.9711.94-
YUV64.87146.13133.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 97 (38.28% from 255) = 43.30%
R=32.14%
G=24.55%
B=43.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7255970.260.4300.62264.2927.6329.8
Hex4837611A2B03E1081c1e
Octal1106714132530764103436
Binary100100011011111000011101010101101111101000010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483761; }

 p { color: rgb(72,55,97); }

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

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

 a { background-color: rgb(72,55,97); }

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

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

 span { border-color: rgb(72,55,97); }

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