#4A4B88

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

Shades of Dark Slate Blue #4A4B88

Tints of Dark Slate Blue #4A4B88

Color information

#4A4B88 (or 0x4A4B88) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 4B and 88. RGB value is (74,75,136). Sum of RGB (Red+Green+Blue) = 74+75+136=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #4A4B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4B88 is #B5B477. Grayscale: #515151. Windows color (decimal): -11908216 or 8932170. OLE color: 8932170.

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

Color convert

RGB7475136-
CMYK0.460.4500.47
HSL239.03º29.52%41.18%-
HSV(B)239.03º45.59%53.33%-
XYZ9.788.2724.37-
YUV81.66158.67122.54-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.96%
GREEN value IS 75 (29.69% from 255) = 26.32%
BLUE value IS 136 (53.52% from 255) = 47.72%
R=25.96%
G=26.32%
B=47.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal74751360.460.4500.47239.0329.5241.18
Hex4A4B882E2D02Fef1e29
Octal11211321056550573573651
Binary100101010010111000100010111010110101011111110111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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