#4A498E

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

Shades of Dark Slate Blue #4A498E

Tints of Dark Slate Blue #4A498E

Color information

#4A498E (or 0x4A498E) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 49 and 8E. RGB value is (74,73,142). Sum of RGB (Red+Green+Blue) = 74+73+142=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A498E is #B5B671. Grayscale: #505050. Windows color (decimal): -11908722 or 9324874. OLE color: 9324874.

HSL color Cylindrical-coordinate representation of color #4A498E: hue angle of 240.87º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A498E is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7473142-
CMYK0.480.4900.44
HSL240.87º32.09%42.16%-
HSV(B)240.87º48.59%55.69%-
XYZ10.098.1726.64-
YUV81.17162.33122.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=25.61%
G=25.26%
B=49.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74731420.480.4900.44240.8732.0942.16
Hex4A498E303102Cf1202a
Octal11211121660610543614052
Binary1001010100100110001110110000110001010110011110001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A498E; }

 p { color: rgb(74,73,142); }

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

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

 a { background-color: rgb(74,73,142); }

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

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

 span { border-color: rgb(74,73,142); }

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