#483762

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

Shades of Meteorite #483762

Tints of Meteorite #483762

Color information

#483762 (or 0x483762) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 62. RGB value is (72,55,98). Sum of RGB (Red+Green+Blue) = 72+55+98=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #483762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483762 is #B7C89D. Grayscale: #404040. Windows color (decimal): -12044446 or 6436680. OLE color: 6436680.

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

Color convert

RGB725598-
CMYK0.270.4400.62
HSL263.72º28.1%30%-
HSV(B)263.72º43.88%38.43%-
XYZ6.244.9912.19-
YUV64.98146.63133-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 55 (21.88% from 255) = 24.44%
BLUE value IS 98 (38.67% from 255) = 43.56%
R=32%
G=24.44%
B=43.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7255980.270.4400.62263.7228.130
Hex4837621B2C03E1081c1e
Octal1106714233540764103436
Binary100100011011111000101101110110001111101000010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483762; }

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

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

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

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

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

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

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

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