#49438A

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

Shades of Dark Slate Blue #49438A

Tints of Dark Slate Blue #49438A

Color information

#49438A (or 0x49438A) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 43 and 8A. RGB value is (73,67,138). Sum of RGB (Red+Green+Blue) = 73+67+138=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 138 (54.30% from 255 or 49.64% from 278); Max value from RGB is 138 - color contains mainly: blue. Hex color #49438A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49438A is #B6BC75. Grayscale: #4C4C4C. Windows color (decimal): -11975798 or 9061193. OLE color: 9061193.

HSL color Cylindrical-coordinate representation of color #49438A: hue angle of 245.07º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49438A is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7367138-
CMYK0.470.5100.46
HSL245.07º34.63%40.2%-
HSV(B)245.07º51.45%54.12%-
XYZ9.347.2724.95-
YUV76.89162.49125.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 138 (54.30% from 255) = 49.64%
R=26.26%
G=24.10%
B=49.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal73671380.470.5100.46245.0734.6340.2
Hex49438A2F3302Ef52328
Octal11110321257630563654350
Binary1001001100001110001010101111110011010111011110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49438A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49438A; }

 p { color: rgb(73,67,138); }

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

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

 a { background-color: rgb(73,67,138); }

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

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

 span { border-color: rgb(73,67,138); }

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