Html Css Color HEX #47417D Dark Slate Blue

📋 copy color: '#47417D'

red 71 ◦ green 65 ◦ blue 125

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

Shades of Dark Slate Blue #47417D

Tints of Dark Slate Blue #47417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 27.2%
G = 24.9%
B = 47.89%

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

#47417D (or 0x47417D) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 7D. RGB value is (71,65,125). Sum of RGB (Red+Green+Blue) = 71+65+125=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #47417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417D is #B8BE82. Grayscale: #494949. Windows color (decimal): -12107395 or 8208711. OLE color: 8208711.

HSL color Cylindrical-coordinate representation of color #47417D: hue angle of 246º 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 #47417D is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 65 125 -
CMYK 0.43 0.48 0 0.51
HSL 246º 0.32% 0.37% -
HSV(B) 246º 0.48% 0.49% -
XYZ 8.19 6.6 20.24 -
YUV 73.63 156.99 126.12 -
System Red Green Blue C M Y K H S L
Decimal 71 65 125 0.43 0.48 0 0.51 246 0.32 0.37
Hex 47 41 7D 2B 30 0 33 F6 20 25
Octal 107 101 175 53 60 0 63 366 40 45
Binary 1000111 1000001 1111101 101011 110000 0 110011 11110110 100000 100101

Color Harmonies of #47417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47417D

Black with #47417D

Text Example


Text Example

White with #47417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47417D; }

 p { color: rgb(71,65,125); }

 H1.HeaderClassName
 {
   color: #47417D;
 }
 .AnyTagClassName
 {
   color: #47417D;
 }
</style>

background-color css

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

 a { background-color: rgb(71,65,125); }

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

border-color css

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

 span { border-color: rgb(71,65,125); }

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