Html Css Color HEX #47367F Dark Slate Blue

📋 copy color: '#47367F'

red 71 ◦ green 54 ◦ blue 127

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

Shades of Dark Slate Blue #47367F

Tints of Dark Slate Blue #47367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.43%

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

R = 28.17%
G = 21.43%
B = 50.4%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#47367F (or 0x47367F) is known color: Dark Slate Blue. HEX triplet: 47, 36 and 7F. RGB value is (71,54,127). Sum of RGB (Red+Green+Blue) = 71+54+127=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #47367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47367F is #B8C980. Grayscale: #434343. Windows color (decimal): -12110209 or 8336967. OLE color: 8336967.

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

Color convert

RGB 71 54 127 -
CMYK 0.44 0.57 0 0.50
HSL 253.97º 0.4% 0.35% -
HSV(B) 253.97º 0.57% 0.5% -
XYZ 7.75 5.51 20.73 -
YUV 67.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 71 54 127 0.44 0.57 0 0.50 253.97 0.4 0.35
Hex 47 36 7F 2C 39 0 32 FE 28 23
Octal 107 66 177 54 71 0 62 376 50 43
Binary 1000111 110110 1111111 101100 111001 0 110010 11111110 101000 100011

Color Harmonies of #47367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47367F

Black with #47367F

Text Example


Text Example

White with #47367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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