Html Css Color HEX #47407F Dark Slate Blue

📋 copy color: '#47407F'

red 71 ◦ green 64 ◦ blue 127

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

Shades of Dark Slate Blue #47407F

Tints of Dark Slate Blue #47407F

RGB

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

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

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

R = 27.1%
G = 24.43%
B = 48.47%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47407F (or 0x47407F) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 7F. RGB value is (71,64,127). Sum of RGB (Red+Green+Blue) = 71+64+127=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #47407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47407F is #B8BF80. Grayscale: #494949. Windows color (decimal): -12107649 or 8339527. OLE color: 8339527.

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

Color convert

RGB 71 64 127 -
CMYK 0.44 0.50 0 0.50
HSL 246.67º 0.33% 0.37% -
HSV(B) 246.67º 0.5% 0.5% -
XYZ 8.26 6.54 20.91 -
YUV 73.28 158.32 126.38 -
System Red Green Blue C M Y K H S L
Decimal 71 64 127 0.44 0.50 0 0.50 246.67 0.33 0.37
Hex 47 40 7F 2C 32 0 32 F7 21 25
Octal 107 100 177 54 62 0 62 367 41 45
Binary 1000111 1000000 1111111 101100 110010 0 110010 11110111 100001 100101

Color Harmonies of #47407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47407F

Black with #47407F

Text Example


Text Example

White with #47407F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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