Html Css Color HEX #47408A Dark Slate Blue

📋 copy color: '#47408A'

red 71 ◦ green 64 ◦ blue 138

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

Shades of Dark Slate Blue #47408A

Tints of Dark Slate Blue #47408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 26.01%
G = 23.44%
B = 50.55%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#47408A (or 0x47408A) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 8A. RGB value is (71,64,138). Sum of RGB (Red+Green+Blue) = 71+64+138=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #47408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47408A is #B8BF75. Grayscale: #4A4A4A. Windows color (decimal): -12107638 or 9060423. OLE color: 9060423.

HSL color Cylindrical-coordinate representation of color #47408A: hue angle of 245.68º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47408A is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 64 138 -
CMYK 0.49 0.54 0 0.46
HSL 245.68º 0.37% 0.4% -
HSV(B) 245.68º 0.54% 0.54% -
XYZ 9.02 6.84 24.89 -
YUV 74.53 163.82 125.48 -
System Red Green Blue C M Y K H S L
Decimal 71 64 138 0.49 0.54 0 0.46 245.68 0.37 0.4
Hex 47 40 8A 31 36 0 2E F6 25 28
Octal 107 100 212 61 66 0 56 366 45 50
Binary 1000111 1000000 10001010 110001 110110 0 101110 11110110 100101 101000

Color Harmonies of #47408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47408A

Black with #47408A

Text Example


Text Example

White with #47408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47408A; }

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

 H1.HeaderClassName
 {
   color: #47408A;
 }
 .AnyTagClassName
 {
   color: #47408A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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