Html Css Color HEX #474791 Dark Slate Blue

📋 copy color: '#474791'

red 71 ◦ green 71 ◦ blue 145

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

Shades of Dark Slate Blue #474791

Tints of Dark Slate Blue #474791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 24.74%
G = 24.74%
B = 50.52%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#474791 (or 0x474791) is known color: Dark Slate Blue. HEX triplet: 47, 47 and 91. RGB value is (71,71,145). Sum of RGB (Red+Green+Blue) = 71+71+145=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #474791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474791 is #B8B86E. Grayscale: #4F4F4F. Windows color (decimal): -12105839 or 9520967. OLE color: 9520967.

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

Color convert

RGB 71 71 145 -
CMYK 0.51 0.51 0 0.43
HSL 240º 0.34% 0.42% -
HSV(B) 240º 0.51% 0.57% -
XYZ 9.96 7.89 27.79 -
YUV 79.44 165 121.98 -
System Red Green Blue C M Y K H S L
Decimal 71 71 145 0.51 0.51 0 0.43 240 0.34 0.42
Hex 47 47 91 33 33 0 2B F0 22 2A
Octal 107 107 221 63 63 0 53 360 42 52
Binary 1000111 1000111 10010001 110011 110011 0 101011 11110000 100010 101010

Color Harmonies of #474791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474791

Black with #474791

Text Example


Text Example

White with #474791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474791; }

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

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

background-color css

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

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

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

border-color css

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

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

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