#4A458C

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

Shades of Dark Slate Blue #4A458C

Tints of Dark Slate Blue #4A458C

Color information

#4A458C (or 0x4A458C) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 45 and 8C. RGB value is (74,69,140). Sum of RGB (Red+Green+Blue) = 74+69+140=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A458C is #B5BA73. Grayscale: #4E4E4E. Windows color (decimal): -11909748 or 9192778. OLE color: 9192778.

HSL color Cylindrical-coordinate representation of color #4A458C: hue angle of 244.23º 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 #4A458C is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7469140-
CMYK0.470.5100.45
HSL244.23º33.97%40.98%-
HSV(B)244.23º50.71%54.9%-
XYZ9.697.6125.77-
YUV78.59162.66124.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.15%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 140 (55.08% from 255) = 49.47%
R=26.15%
G=24.38%
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
Decimal74691400.470.5100.45244.2333.9740.98
Hex4A458C2F3302Df42229
Octal11210521457630553644251
Binary1001010100010110001100101111110011010110111110100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,69,140); }

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

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

 a { background-color: rgb(74,69,140); }

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

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

 span { border-color: rgb(74,69,140); }

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