#494280

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

Shades of Dark Slate Blue #494280

Tints of Dark Slate Blue #494280

Color information

#494280 (or 0x494280) is unknown color: approx Dark Slate Blue. HEX triplet: 49, 42 and 80. RGB value is (73,66,128). Sum of RGB (Red+Green+Blue) = 73+66+128=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #494280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494280 is #B6BD7F. Grayscale: #4A4A4A. Windows color (decimal): -11976064 or 8405577. OLE color: 8405577.

HSL color Cylindrical-coordinate representation of color #494280: hue angle of 246.77º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494280 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7366128-
CMYK0.430.4800.50
HSL246.77º31.96%38.04%-
HSV(B)246.77º48.44%50.2%-
XYZ8.596.8721.3-
YUV75.16157.82126.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=27.34%
G=24.72%
B=47.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal73661280.430.4800.50246.7731.9638.04
Hex4942802B30032f72026
Octal11110220053600623674046
Binary1001001100001010000000101011110000011001011110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494280; }

 p { color: rgb(73,66,128); }

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

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

 a { background-color: rgb(73,66,128); }

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

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

 span { border-color: rgb(73,66,128); }

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