#4A488B

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

Shades of Dark Slate Blue #4A488B

Tints of Dark Slate Blue #4A488B

Color information

#4A488B (or 0x4A488B) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 48 and 8B. RGB value is (74,72,139). Sum of RGB (Red+Green+Blue) = 74+72+139=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A488B is #B5B774. Grayscale: #4F4F4F. Windows color (decimal): -11908981 or 9128010. OLE color: 9128010.

HSL color Cylindrical-coordinate representation of color #4A488B: hue angle of 241.79º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4A488B is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7472139-
CMYK0.470.4800.45
HSL241.79º31.75%41.37%-
HSV(B)241.79º48.2%54.51%-
XYZ9.87.9525.44-
YUV80.24161.16123.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 139 (54.69% from 255) = 48.77%
R=25.96%
G=25.26%
B=48.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74721390.470.4800.45241.7931.7541.37
Hex4A488B2F3002Df22029
Octal11211021357600553624051
Binary1001010100100010001011101111110000010110111110010100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,72,139); }

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

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

 a { background-color: rgb(74,72,139); }

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

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

 span { border-color: rgb(74,72,139); }

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