Html Css Color HEX #47407D Dark Slate Blue

📋 copy color: '#47407D'

red 71 ◦ green 64 ◦ blue 125

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

Shades of Dark Slate Blue #47407D

Tints of Dark Slate Blue #47407D

RGB

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

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

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

R = 27.31%
G = 24.62%
B = 48.08%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47407D (or 0x47407D) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 7D. RGB value is (71,64,125). Sum of RGB (Red+Green+Blue) = 71+64+125=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #47407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407D is #B8BF82. Grayscale: #484848. Windows color (decimal): -12107651 or 8208455. OLE color: 8208455.

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

Color convert

RGB 71 64 125 -
CMYK 0.43 0.49 0 0.51
HSL 246.89º 0.32% 0.37% -
HSV(B) 246.89º 0.49% 0.49% -
XYZ 8.13 6.49 20.23 -
YUV 73.05 157.32 126.54 -
System Red Green Blue C M Y K H S L
Decimal 71 64 125 0.43 0.49 0 0.51 246.89 0.32 0.37
Hex 47 40 7D 2B 31 0 33 F7 20 25
Octal 107 100 175 53 61 0 63 367 40 45
Binary 1000111 1000000 1111101 101011 110001 0 110011 11110111 100000 100101

Color Harmonies of #47407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47407D

Black with #47407D

Text Example


Text Example

White with #47407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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