#4A448B

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

Shades of Dark Slate Blue #4A448B

Tints of Dark Slate Blue #4A448B

Color information

#4A448B (or 0x4A448B) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 44 and 8B. RGB value is (74,68,139). Sum of RGB (Red+Green+Blue) = 74+68+139=281 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.33% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A448B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A448B is #B5BB74. Grayscale: #4D4D4D. Windows color (decimal): -11910005 or 9126986. OLE color: 9126986.

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

Color convert

RGB7468139-
CMYK0.470.5100.45
HSL245.07º34.3%40.59%-
HSV(B)245.07º51.08%54.51%-
XYZ9.557.4525.36-
YUV77.89162.49125.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.33%
GREEN value IS 68 (26.95% from 255) = 24.20%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=26.33%
G=24.20%
B=49.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74681390.470.5100.45245.0734.340.59
Hex4A448B2F3302Df52229
Octal11210421357630553654251
Binary1001010100010010001011101111110011010110111110101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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