Html Css Color HEX #47438E Dark Slate Blue

📋 copy color: '#47438E'

red 71 ◦ green 67 ◦ blue 142

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

Shades of Dark Slate Blue #47438E

Tints of Dark Slate Blue #47438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50.71%

R = 25.36%
G = 23.93%
B = 50.71%

CMYK

 C value IS 0.5

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#47438E (or 0x47438E) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 8E. RGB value is (71,67,142). Sum of RGB (Red+Green+Blue) = 71+67+142=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #47438E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47438E is #B8BC71. Grayscale: #4C4C4C. Windows color (decimal): -12106866 or 9323335. OLE color: 9323335.

HSL color Cylindrical-coordinate representation of color #47438E: hue angle of 243.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #47438E is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 67 142 -
CMYK 0.5 0.53 0 0.44
HSL 243.2º 0.36% 0.41% -
HSV(B) 243.2º 0.53% 0.56% -
XYZ 9.49 7.31 26.5 -
YUV 76.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 71 67 142 0.5 0.53 0 0.44 243.2 0.36 0.41
Hex 47 43 8E 32 35 0 2C F3 24 29
Octal 107 103 216 62 65 0 54 363 44 51
Binary 1000111 1000011 10001110 110010 110101 0 101100 11110011 100100 101001

Color Harmonies of #47438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47438E

Black with #47438E

Text Example


Text Example

White with #47438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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