Html Css Color HEX #47407C Dark Slate Blue

📋 copy color: '#47407C'

red 71 ◦ green 64 ◦ blue 124

#47407C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #47407C

Tints of Dark Slate Blue #47407C

RGB

 RED value IS 71 (28.13% from 255) = 27.41%

 GREEN value IS 64 (25.39% from 255) = 24.71%

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 27.41%
G = 24.71%
B = 47.88%

CMYK

 C value IS 0.43

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47407C (or 0x47407C) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 7C. RGB value is (71,64,124). Sum of RGB (Red+Green+Blue) = 71+64+124=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #47407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407C is #B8BF83. Grayscale: #484848. Windows color (decimal): -12107652 or 8142919. OLE color: 8142919.

HSL color Cylindrical-coordinate representation of color #47407C: hue angle of 247º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #47407C is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 64 124 -
CMYK 0.43 0.48 0 0.51
HSL 247º 0.32% 0.37% -
HSV(B) 247º 0.48% 0.49% -
XYZ 8.07 6.46 19.89 -
YUV 72.93 156.82 126.62 -
System Red Green Blue C M Y K H S L
Decimal 71 64 124 0.43 0.48 0 0.51 247 0.32 0.37
Hex 47 40 7C 2B 30 0 33 F7 20 25
Octal 107 100 174 53 60 0 63 367 40 45
Binary 1000111 1000000 1111100 101011 110000 0 110011 11110111 100000 100101

Color Harmonies of #47407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47407C

Black with #47407C

Text Example


Text Example

White with #47407C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47407C; }

 p { color: rgb(71,64,124); }

 H1.HeaderClassName
 {
   color: #47407C;
 }
 .AnyTagClassName
 {
   color: #47407C;
 }
</style>

background-color css

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

 a { background-color: rgb(71,64,124); }

 div.DivClassName
 {
   background-color: #47407C;
 }
 .BgClassName
 {
   background-color: #47407C;
 }
</style>

border-color css

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

 span { border-color: rgb(71,64,124); }

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