#483661

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

Shades of Meteorite #483661

Tints of Meteorite #483661

Color information

#483661 (or 0x483661) is unknown color: approx Meteorite. HEX triplet: 48, 36 and 61. RGB value is (72,54,97). Sum of RGB (Red+Green+Blue) = 72+54+97=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 97 (38.28% from 255 or 43.50% from 223); Max value from RGB is 97 - color contains mainly: blue. Hex color #483661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483661 is #B7C99E. Grayscale: #404040. Windows color (decimal): -12044703 or 6370888. OLE color: 6370888.

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

Color convert

RGB725497-
CMYK0.260.4400.62
HSL265.12º28.48%29.61%-
HSV(B)265.12º44.33%38.04%-
XYZ6.154.8811.93-
YUV64.28146.46133.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 97 (38.28% from 255) = 43.50%
R=32.29%
G=24.22%
B=43.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7254970.260.4400.62265.1228.4829.61
Hex4836611A2C03E1091c1e
Octal1106614132540764113436
Binary100100011011011000011101010110001111101000010011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483661; }

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

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

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

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

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

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

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

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