#4A447C

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

Shades of Dark Slate Blue #4A447C

Tints of Dark Slate Blue #4A447C

Color information

#4A447C (or 0x4A447C) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 44 and 7C. RGB value is (74,68,124). Sum of RGB (Red+Green+Blue) = 74+68+124=266 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.82% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A447C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A447C is #B5BB83. Grayscale: #4B4B4B. Windows color (decimal): -11910020 or 8143946. OLE color: 8143946.

HSL color Cylindrical-coordinate representation of color #4A447C: hue angle of 246.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A447C is Cyan = 0.40, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7468124-
CMYK0.400.4500.51
HSL246.43º29.17%37.65%-
HSV(B)246.43º45.16%48.63%-
XYZ8.537.0519.98-
YUV76.18154.99126.45-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.82%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=27.82%
G=25.56%
B=46.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74681240.400.4500.51246.4329.1737.65
Hex4A447C282D033f61d26
Octal11210417450550633663546
Binary10010101000100111110010100010110101100111111011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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