#483561

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

Shades of Meteorite #483561

Tints of Meteorite #483561

Color information

#483561 (or 0x483561) is unknown color: approx Meteorite. HEX triplet: 48, 35 and 61. RGB value is (72,53,97). Sum of RGB (Red+Green+Blue) = 72+53+97=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 53 (21.09% from 255 or 23.87% from 222); Blue value is 97 (38.28% from 255 or 43.69% from 222); Max value from RGB is 97 - color contains mainly: blue. Hex color #483561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483561 is #B7CA9E. Grayscale: #3F3F3F. Windows color (decimal): -12044959 or 6370632. OLE color: 6370632.

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

Color convert

RGB725397-
CMYK0.260.4500.62
HSL265.91º29.33%29.41%-
HSV(B)265.91º45.36%38.04%-
XYZ6.14.7911.91-
YUV63.7146.79133.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 53 (21.09% from 255) = 23.87%
BLUE value IS 97 (38.28% from 255) = 43.69%
R=32.43%
G=23.87%
B=43.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7253970.260.4500.62265.9129.3329.41
Hex4835611A2D03E10a1d1d
Octal1106514132550764123535
Binary100100011010111000011101010110101111101000010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483561; }

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

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

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

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

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

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

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

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