#483861

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

Shades of Meteorite #483861

Tints of Meteorite #483861

Color information

#483861 (or 0x483861) is unknown color: approx Meteorite. HEX triplet: 48, 38 and 61. RGB value is (72,56,97). Sum of RGB (Red+Green+Blue) = 72+56+97=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #483861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483861 is #B7C79E. Grayscale: #414141. Windows color (decimal): -12044191 or 6371400. OLE color: 6371400.

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

Color convert

RGB725697-
CMYK0.260.4200.62
HSL263.41º26.8%30%-
HSV(B)263.41º42.27%38.04%-
XYZ6.245.0711.96-
YUV65.46145.8132.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=32%
G=24.89%
B=43.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7256970.260.4200.62263.4126.830
Hex4838611A2A03E1071b1e
Octal1107014132520764073336
Binary100100011100011000011101010101001111101000001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483861; }

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

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

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

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

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

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

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

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