#483C61

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

Shades of Meteorite #483C61

Tints of Meteorite #483C61

Color information

#483C61 (or 0x483C61) is unknown color: approx Meteorite. HEX triplet: 48, 3C and 61. RGB value is (72,60,97). Sum of RGB (Red+Green+Blue) = 72+60+97=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 97 - color contains mainly: blue. Hex color #483C61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C61 is #B7C39E. Grayscale: #434343. Windows color (decimal): -12043167 or 6372424. OLE color: 6372424.

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

Color convert

RGB726097-
CMYK0.260.3800.62
HSL259.46º23.57%30.78%-
HSV(B)259.46º38.14%38.04%-
XYZ6.455.4712.03-
YUV67.81144.48130.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 60 (23.83% from 255) = 26.20%
BLUE value IS 97 (38.28% from 255) = 42.36%
R=31.44%
G=26.20%
B=42.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7260970.260.3800.62259.4623.5730.78
Hex483C611A2603E103181f
Octal1107414132460764033037
Binary100100011110011000011101010011001111101000000111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483C61; }

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

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

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

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

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

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

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

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