Html Css Color HEX #474091 Dark Slate Blue

📋 copy color: '#474091'

red 71 ◦ green 64 ◦ blue 145

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

Shades of Dark Slate Blue #474091

Tints of Dark Slate Blue #474091

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 145 (57.03% from 255) = 51.79%

R = 25.36%
G = 22.86%
B = 51.79%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#474091 (or 0x474091) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 91. RGB value is (71,64,145). Sum of RGB (Red+Green+Blue) = 71+64+145=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #474091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474091 is #B8BF6E. Grayscale: #4B4B4B. Windows color (decimal): -12107631 or 9519175. OLE color: 9519175.

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

Color convert

RGB 71 64 145 -
CMYK 0.51 0.56 0 0.43
HSL 245.19º 0.39% 0.41% -
HSV(B) 245.19º 0.56% 0.57% -
XYZ 9.54 7.05 27.65 -
YUV 75.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 71 64 145 0.51 0.56 0 0.43 245.19 0.39 0.41
Hex 47 40 91 33 38 0 2B F5 27 29
Octal 107 100 221 63 70 0 53 365 47 51
Binary 1000111 1000000 10010001 110011 111000 0 101011 11110101 100111 101001

Color Harmonies of #474091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474091

Black with #474091

Text Example


Text Example

White with #474091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474091; }

 p { color: rgb(71,64,145); }

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

background-color css

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

 a { background-color: rgb(71,64,145); }

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

border-color css

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

 span { border-color: rgb(71,64,145); }

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