#483960

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

Shades of Meteorite #483960

Tints of Meteorite #483960

Color information

#483960 (or 0x483960) is unknown color: approx Meteorite. HEX triplet: 48, 39 and 60. RGB value is (72,57,96). Sum of RGB (Red+Green+Blue) = 72+57+96=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #483960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483960 is #B7C69F. Grayscale: #414141. Windows color (decimal): -12043936 or 6306120. OLE color: 6306120.

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

Color convert

RGB725796-
CMYK0.250.4100.62
HSL263.08º25.49%30%-
HSV(B)263.08º40.62%37.65%-
XYZ6.255.1511.73-
YUV65.93144.97132.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=32%
G=25.33%
B=42.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7257960.250.4100.62263.0825.4930
Hex483960192903E107191e
Octal1107114031510764073136
Binary100100011100111000001100110100101111101000001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483960; }

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

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

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

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

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

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

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

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