Html Css Color HEX #474891 Dark Slate Blue

📋 copy color: '#474891'

red 71 ◦ green 72 ◦ blue 145

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

Shades of Dark Slate Blue #474891

Tints of Dark Slate Blue #474891

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25%

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

R = 24.65%
G = 25%
B = 50.35%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#474891 (or 0x474891) is known color: Dark Slate Blue. HEX triplet: 47, 48 and 91. RGB value is (71,72,145). Sum of RGB (Red+Green+Blue) = 71+72+145=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 145 (57.03% from 255 or 50.35% from 288); Max value from RGB is 145 - color contains mainly: blue. Hex color #474891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474891 is #B8B76E. Grayscale: #4F4F4F. Windows color (decimal): -12105583 or 9521223. OLE color: 9521223.

HSL color Cylindrical-coordinate representation of color #474891: hue angle of 239.19º 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 #474891 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 72 145 -
CMYK 0.51 0.50 0 0.43
HSL 239.19º 0.34% 0.42% -
HSV(B) 239.19º 0.51% 0.57% -
XYZ 10.03 8.02 27.81 -
YUV 80.02 164.67 121.56 -
System Red Green Blue C M Y K H S L
Decimal 71 72 145 0.51 0.50 0 0.43 239.19 0.34 0.42
Hex 47 48 91 33 32 0 2B EF 22 2A
Octal 107 110 221 63 62 0 53 357 42 52
Binary 1000111 1001000 10010001 110011 110010 0 101011 11101111 100010 101010

Color Harmonies of #474891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474891

Black with #474891

Text Example


Text Example

White with #474891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474891; }

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

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

background-color css

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

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

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

border-color css

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

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

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