Html Css Color HEX #47417F Dark Slate Blue

📋 copy color: '#47417F'

red 71 ◦ green 65 ◦ blue 127

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

Shades of Dark Slate Blue #47417F

Tints of Dark Slate Blue #47417F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.71%

 BLUE value IS 127 (50% from 255) = 48.29%

R = 27%
G = 24.71%
B = 48.29%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47417F (or 0x47417F) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 7F. RGB value is (71,65,127). Sum of RGB (Red+Green+Blue) = 71+65+127=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #47417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47417F is #B8BE80. Grayscale: #494949. Windows color (decimal): -12107393 or 8339783. OLE color: 8339783.

HSL color Cylindrical-coordinate representation of color #47417F: hue angle of 245.81º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #47417F is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 71 65 127 -
CMYK 0.44 0.49 0 0.50
HSL 245.81º 0.32% 0.38% -
HSV(B) 245.81º 0.49% 0.5% -
XYZ 8.32 6.65 20.92 -
YUV 73.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 71 65 127 0.44 0.49 0 0.50 245.81 0.32 0.38
Hex 47 41 7F 2C 31 0 32 F6 20 26
Octal 107 101 177 54 61 0 62 366 40 46
Binary 1000111 1000001 1111111 101100 110001 0 110010 11110110 100000 100110

Color Harmonies of #47417F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47417F

Black with #47417F

Text Example


Text Example

White with #47417F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47417F; }

 p { color: rgb(71,65,127); }

 H1.HeaderClassName
 {
   color: #47417F;
 }
 .AnyTagClassName
 {
   color: #47417F;
 }
</style>

background-color css

<style>
 a { background-color: #47417F; }

 a { background-color: rgb(71,65,127); }

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

border-color css

<style>
 span { border-color: #47417F; }

 span { border-color: rgb(71,65,127); }

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