Html Css Color HEX #47449A Dark Slate Blue

📋 copy color: '#47449A'

red 71 ◦ green 68 ◦ blue 154

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

Shades of Dark Slate Blue #47449A

Tints of Dark Slate Blue #47449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 24.23%
G = 23.21%
B = 52.56%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#47449A (or 0x47449A) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 9A. RGB value is (71,68,154). Sum of RGB (Red+Green+Blue) = 71+68+154=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #47449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #47449A is #B8BB65. Grayscale: #4E4E4E. Windows color (decimal): -12106598 or 10110023. OLE color: 10110023.

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

Color convert

RGB 71 68 154 -
CMYK 0.54 0.56 0 0.40
HSL 242.09º 0.39% 0.44% -
HSV(B) 242.09º 0.56% 0.6% -
XYZ 10.5 7.81 31.53 -
YUV 78.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 71 68 154 0.54 0.56 0 0.40 242.09 0.39 0.44
Hex 47 44 9A 36 38 0 28 F2 27 2C
Octal 107 104 232 66 70 0 50 362 47 54
Binary 1000111 1000100 10011010 110110 111000 0 101000 11110010 100111 101100

Color Harmonies of #47449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47449A

Black with #47449A

Text Example


Text Example

White with #47449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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