#483760

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

Shades of Meteorite #483760

Tints of Meteorite #483760

Color information

#483760 (or 0x483760) is unknown color: approx Meteorite. HEX triplet: 48, 37 and 60. RGB value is (72,55,96). Sum of RGB (Red+Green+Blue) = 72+55+96=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #483760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483760 is #B7C89F. Grayscale: #404040. Windows color (decimal): -12044448 or 6305608. OLE color: 6305608.

HSL color Cylindrical-coordinate representation of color #483760: hue angle of 264.88º degrees, saturation: 0.27, 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 #483760 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB725596-
CMYK0.250.4300.62
HSL264.88º27.15%29.61%-
HSV(B)264.88º42.71%37.65%-
XYZ6.154.9511.7-
YUV64.76145.63133.17-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=32.29%
G=24.66%
B=43.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7255960.250.4300.62264.8827.1529.61
Hex483760192B03E1091b1e
Octal1106714031530764113336
Binary100100011011111000001100110101101111101000010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483760; }

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

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

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

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

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

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

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

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