#493D88

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

Shades of Dark Slate Blue #493D88

Tints of Dark Slate Blue #493D88

Color information

#493D88 (or 0x493D88) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 3D and 88. RGB value is (73,61,136). Sum of RGB (Red+Green+Blue) = 73+61+136=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #493D88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #493D88 is #B6C277. Grayscale: #484848. Windows color (decimal): -11977336 or 8928585. OLE color: 8928585.

HSL color Cylindrical-coordinate representation of color #493D88: hue angle of 249.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #493D88 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7361136-
CMYK0.460.5500.47
HSL249.6º38.07%38.63%-
HSV(B)249.6º55.15%53.33%-
XYZ8.866.5324.09-
YUV73.14163.48127.9-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.04%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 136 (53.52% from 255) = 50.37%
R=27.04%
G=22.59%
B=50.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal73611360.460.5500.47249.638.0738.63
Hex493D882E3702Ffa2627
Octal1117521056670573724647
Binary100100111110110001000101110110111010111111111010100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493D88; }

 p { color: rgb(73,61,136); }

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

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

 a { background-color: rgb(73,61,136); }

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

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

 span { border-color: rgb(73,61,136); }

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