#4A437C

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

Shades of Dark Slate Blue #4A437C

Tints of Dark Slate Blue #4A437C

Color information

#4A437C (or 0x4A437C) is unknown color: approx Dark Slate Blue. HEX triplet: 4A, 43 and 7C. RGB value is (74,67,124). Sum of RGB (Red+Green+Blue) = 74+67+124=265 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.92% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #4A437C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A437C is #B5BC83. Grayscale: #4B4B4B. Windows color (decimal): -11910276 or 8143690. OLE color: 8143690.

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

Color convert

RGB7467124-
CMYK0.400.4600.51
HSL247.37º29.84%37.45%-
HSV(B)247.37º45.97%48.63%-
XYZ8.476.9319.96-
YUV75.59155.32126.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.92%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=27.92%
G=25.28%
B=46.79%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal74671240.400.4600.51247.3729.8437.45
Hex4A437C282E033f71e25
Octal11210317450560633673645
Binary10010101000011111110010100010111001100111111011111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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