Html Css Color HEX #47438D Dark Slate Blue

📋 copy color: '#47438D'

red 71 ◦ green 67 ◦ blue 141

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

Shades of Dark Slate Blue #47438D

Tints of Dark Slate Blue #47438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 25.45%
G = 24.01%
B = 50.54%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47438D (or 0x47438D) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 8D. RGB value is (71,67,141). Sum of RGB (Red+Green+Blue) = 71+67+141=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #47438D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47438D is #B8BC72. Grayscale: #4C4C4C. Windows color (decimal): -12106867 or 9257799. OLE color: 9257799.

HSL color Cylindrical-coordinate representation of color #47438D: hue angle of 243.24º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #47438D is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 67 141 -
CMYK 0.50 0.52 0 0.45
HSL 243.24º 0.36% 0.41% -
HSV(B) 243.24º 0.52% 0.55% -
XYZ 9.41 7.28 26.11 -
YUV 76.63 164.33 123.98 -
System Red Green Blue C M Y K H S L
Decimal 71 67 141 0.50 0.52 0 0.45 243.24 0.36 0.41
Hex 47 43 8D 32 34 0 2D F3 24 29
Octal 107 103 215 62 64 0 55 363 44 51
Binary 1000111 1000011 10001101 110010 110100 0 101101 11110011 100100 101001

Color Harmonies of #47438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47438D

Black with #47438D

Text Example


Text Example

White with #47438D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,67,141); }

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

background-color css

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

 a { background-color: rgb(71,67,141); }

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

border-color css

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

 span { border-color: rgb(71,67,141); }

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