#474384

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

Shades of Dark Slate Blue #474384

Tints of Dark Slate Blue #474384

Color information

#474384 (or 0x474384) is unknown color: approx Dark Slate Blue. HEX triplet: 47, 43 and 84. RGB value is (71,67,132). Sum of RGB (Red+Green+Blue) = 71+67+132=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #474384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474384 is #B8BC7B. Grayscale: #4B4B4B. Windows color (decimal): -12106876 or 8667975. OLE color: 8667975.

HSL color Cylindrical-coordinate representation of color #474384: hue angle of 243.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #474384 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7167132-
CMYK0.460.4900.48
HSL243.69º32.66%39.02%-
HSV(B)243.69º49.24%51.76%-
XYZ8.777.0222.72-
YUV75.61159.83124.71-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 132 (51.95% from 255) = 48.89%
R=26.30%
G=24.81%
B=48.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71671320.460.4900.48243.6932.6639.02
Hex4743842E31030f42127
Octal10710320456610603644147
Binary1000111100001110000100101110110001011000011110100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474384; }

 p { color: rgb(71,67,132); }

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

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

 a { background-color: rgb(71,67,132); }

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

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

 span { border-color: rgb(71,67,132); }

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