Html Css Color HEX #47458B Dark Slate Blue

📋 copy color: '#47458B'

red 71 ◦ green 69 ◦ blue 139

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

Shades of Dark Slate Blue #47458B

Tints of Dark Slate Blue #47458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.73%

 BLUE value IS 139 (54.69% from 255) = 49.82%

R = 25.45%
G = 24.73%
B = 49.82%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#47458B (or 0x47458B) is known color: Dark Slate Blue. HEX triplet: 47, 45 and 8B. RGB value is (71,69,139). Sum of RGB (Red+Green+Blue) = 71+69+139=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #47458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47458B is #B8BA74. Grayscale: #4D4D4D. Windows color (decimal): -12106357 or 9127239. OLE color: 9127239.

HSL color Cylindrical-coordinate representation of color #47458B: hue angle of 241.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47458B is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 69 139 -
CMYK 0.49 0.50 0 0.45
HSL 241.71º 0.34% 0.41% -
HSV(B) 241.71º 0.5% 0.55% -
XYZ 9.39 7.46 25.37 -
YUV 77.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 71 69 139 0.49 0.50 0 0.45 241.71 0.34 0.41
Hex 47 45 8B 31 32 0 2D F2 22 29
Octal 107 105 213 61 62 0 55 362 42 51
Binary 1000111 1000101 10001011 110001 110010 0 101101 11110010 100010 101001

Color Harmonies of #47458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47458B

Black with #47458B

Text Example


Text Example

White with #47458B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47458B; }

 p { color: rgb(71,69,139); }

 H1.HeaderClassName
 {
   color: #47458B;
 }
 .AnyTagClassName
 {
   color: #47458B;
 }
</style>

background-color css

<style>
 a { background-color: #47458B; }

 a { background-color: rgb(71,69,139); }

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

border-color css

<style>
 span { border-color: #47458B; }

 span { border-color: rgb(71,69,139); }

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