Html Css Color HEX #47427F Dark Slate Blue

📋 copy color: '#47427F'

red 71 ◦ green 66 ◦ blue 127

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

Shades of Dark Slate Blue #47427F

Tints of Dark Slate Blue #47427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 26.89%
G = 25%
B = 48.11%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47427F (or 0x47427F) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 7F. RGB value is (71,66,127). Sum of RGB (Red+Green+Blue) = 71+66+127=264 (34% of max value = 765). Red value is 71 (28.12% from 255 or 26.89% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #47427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47427F is #B8BD80. Grayscale: #4A4A4A. Windows color (decimal): -12107137 or 8340039. OLE color: 8340039.

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

Color convert

RGB 71 66 127 -
CMYK 0.44 0.48 0 0.50
HSL 244.92º 0.32% 0.38% -
HSV(B) 244.92º 0.48% 0.5% -
XYZ 8.38 6.77 20.94 -
YUV 74.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 71 66 127 0.44 0.48 0 0.50 244.92 0.32 0.38
Hex 47 42 7F 2C 30 0 32 F5 20 26
Octal 107 102 177 54 60 0 62 365 40 46
Binary 1000111 1000010 1111111 101100 110000 0 110010 11110101 100000 100110

Color Harmonies of #47427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47427F

Black with #47427F

Text Example


Text Example

White with #47427F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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