#483A89

Color #483A89 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #483A89

Tints of Dark Slate Blue #483A89

Color information

#483A89 (or 0x483A89) is unknown color: approx Dark Slate Blue. HEX triplet: 48, 3A and 89. RGB value is (72,58,137). Sum of RGB (Red+Green+Blue) = 72+58+137=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 137 (53.91% from 255 or 51.31% from 267); Max value from RGB is 137 - color contains mainly: blue. Hex color #483A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483A89 is #B7C576. Grayscale: #464646. Windows color (decimal): -12043639 or 8993352. OLE color: 8993352.

HSL color Cylindrical-coordinate representation of color #483A89: hue angle of 250.63º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #483A89 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7258137-
CMYK0.470.5800.46
HSL250.63º40.51%38.24%-
HSV(B)250.63º57.66%53.73%-
XYZ8.76.2124.41-
YUV71.19165.14128.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 58 (23.05% from 255) = 21.72%
BLUE value IS 137 (53.91% from 255) = 51.31%
R=26.97%
G=21.72%
B=51.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72581370.470.5800.46250.6340.5138.24
Hex483A892F3A02Efb2926
Octal1107221157720563735146
Binary100100011101010001001101111111010010111011111011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,58,137); }

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

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

 a { background-color: rgb(72,58,137); }

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

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

 span { border-color: rgb(72,58,137); }

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