Html Css Color HEX #474190 Dark Slate Blue

📋 copy color: '#474190'

red 71 ◦ green 65 ◦ blue 144

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

Shades of Dark Slate Blue #474190

Tints of Dark Slate Blue #474190

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.21%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 25.36%
G = 23.21%
B = 51.43%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474190 (or 0x474190) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 90. RGB value is (71,65,144). Sum of RGB (Red+Green+Blue) = 71+65+144=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #474190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474190 is #B8BE6F. Grayscale: #4B4B4B. Windows color (decimal): -12107376 or 9453895. OLE color: 9453895.

HSL color Cylindrical-coordinate representation of color #474190: hue angle of 244.56º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474190 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 65 144 -
CMYK 0.51 0.55 0 0.44
HSL 244.56º 0.38% 0.41% -
HSV(B) 244.56º 0.55% 0.56% -
XYZ 9.52 7.13 27.26 -
YUV 75.8 166.49 124.58 -
System Red Green Blue C M Y K H S L
Decimal 71 65 144 0.51 0.55 0 0.44 244.56 0.38 0.41
Hex 47 41 90 33 37 0 2C F5 26 29
Octal 107 101 220 63 67 0 54 365 46 51
Binary 1000111 1000001 10010000 110011 110111 0 101100 11110101 100110 101001

Color Harmonies of #474190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474190

Black with #474190

Text Example


Text Example

White with #474190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474190; }

 p { color: rgb(71,65,144); }

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

background-color css

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

 a { background-color: rgb(71,65,144); }

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

border-color css

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

 span { border-color: rgb(71,65,144); }

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