Html Css Color HEX #47449B Dark Slate Blue

📋 copy color: '#47449B'

red 71 ◦ green 68 ◦ blue 155

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

Shades of Dark Slate Blue #47449B

Tints of Dark Slate Blue #47449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.13%

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

R = 24.15%
G = 23.13%
B = 52.72%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#47449B (or 0x47449B) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 9B. RGB value is (71,68,155). Sum of RGB (Red+Green+Blue) = 71+68+155=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #47449B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47449B is #B8BB64. Grayscale: #4E4E4E. Windows color (decimal): -12106597 or 10175559. OLE color: 10175559.

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

Color convert

RGB 71 68 155 -
CMYK 0.54 0.56 0 0.39
HSL 242.07º 0.39% 0.44% -
HSV(B) 242.07º 0.56% 0.61% -
XYZ 10.58 7.84 31.97 -
YUV 78.82 170.99 122.43 -
System Red Green Blue C M Y K H S L
Decimal 71 68 155 0.54 0.56 0 0.39 242.07 0.39 0.44
Hex 47 44 9B 36 38 0 27 F2 27 2C
Octal 107 104 233 66 70 0 47 362 47 54
Binary 1000111 1000100 10011011 110110 111000 0 100111 11110010 100111 101100

Color Harmonies of #47449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47449B

Black with #47449B

Text Example


Text Example

White with #47449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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