Html Css Color HEX #47407E Dark Slate Blue

📋 copy color: '#47407E'

red 71 ◦ green 64 ◦ blue 126

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

Shades of Dark Slate Blue #47407E

Tints of Dark Slate Blue #47407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.28%

R = 27.2%
G = 24.52%
B = 48.28%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#47407E (or 0x47407E) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 7E. RGB value is (71,64,126). Sum of RGB (Red+Green+Blue) = 71+64+126=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #47407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407E is #B8BF81. Grayscale: #484848. Windows color (decimal): -12107650 or 8273991. OLE color: 8273991.

HSL color Cylindrical-coordinate representation of color #47407E: hue angle of 246.77º degrees, saturation: 0.33, 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 #47407E is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 64 126 -
CMYK 0.44 0.49 0 0.51
HSL 246.77º 0.33% 0.37% -
HSV(B) 246.77º 0.49% 0.49% -
XYZ 8.2 6.51 20.56 -
YUV 73.16 157.82 126.46 -
System Red Green Blue C M Y K H S L
Decimal 71 64 126 0.44 0.49 0 0.51 246.77 0.33 0.37
Hex 47 40 7E 2C 31 0 33 F7 21 25
Octal 107 100 176 54 61 0 63 367 41 45
Binary 1000111 1000000 1111110 101100 110001 0 110011 11110111 100001 100101

Color Harmonies of #47407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47407E

Black with #47407E

Text Example


Text Example

White with #47407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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