#4A4388

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

Shades of Dark Slate Blue #4A4388

Tints of Dark Slate Blue #4A4388

Color information

#4A4388 (or 0x4A4388) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 43 and 88. RGB value is (74,67,136). Sum of RGB (Red+Green+Blue) = 74+67+136=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A4388 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4388 is #B5BC77. Grayscale: #4C4C4C. Windows color (decimal): -11910264 or 8930122. OLE color: 8930122.

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

Color convert

RGB7467136-
CMYK0.460.5100.47
HSL246.09º33.99%39.8%-
HSV(B)246.09º50.74%53.33%-
XYZ9.287.2524.2-
YUV76.96161.32125.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.71%
GREEN value IS 67 (26.56% from 255) = 24.19%
BLUE value IS 136 (53.52% from 255) = 49.10%
R=26.71%
G=24.19%
B=49.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74671360.460.5100.47246.0933.9939.8
Hex4A43882E3302Ff62228
Octal11210321056630573664250
Binary1001010100001110001000101110110011010111111110110100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,67,136); }

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

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

 a { background-color: rgb(74,67,136); }

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

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

 span { border-color: rgb(74,67,136); }

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