Html Css Color HEX #47439B Dark Slate Blue

📋 copy color: '#47439B'

red 71 ◦ green 67 ◦ blue 155

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

Shades of Dark Slate Blue #47439B

Tints of Dark Slate Blue #47439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 24.23%
G = 22.87%
B = 52.9%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47439B (or 0x47439B) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 9B. RGB value is (71,67,155). Sum of RGB (Red+Green+Blue) = 71+67+155=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #47439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47439B is #B8BC64. Grayscale: #4D4D4D. Windows color (decimal): -12106853 or 10175303. OLE color: 10175303.

HSL color Cylindrical-coordinate representation of color #47439B: hue angle of 242.73º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #47439B is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 67 155 -
CMYK 0.54 0.57 0 0.39
HSL 242.73º 0.4% 0.44% -
HSV(B) 242.73º 0.57% 0.61% -
XYZ 10.52 7.72 31.95 -
YUV 78.23 171.33 122.84 -
System Red Green Blue C M Y K H S L
Decimal 71 67 155 0.54 0.57 0 0.39 242.73 0.4 0.44
Hex 47 43 9B 36 39 0 27 F3 28 2C
Octal 107 103 233 66 71 0 47 363 50 54
Binary 1000111 1000011 10011011 110110 111001 0 100111 11110011 101000 101100

Color Harmonies of #47439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47439B

Black with #47439B

Text Example


Text Example

White with #47439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,67,155); }

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

background-color css

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

 a { background-color: rgb(71,67,155); }

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

border-color css

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

 span { border-color: rgb(71,67,155); }

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