Html Css Color HEX #474690 Dark Slate Blue

📋 copy color: '#474690'

red 71 ◦ green 70 ◦ blue 144

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

Shades of Dark Slate Blue #474690

Tints of Dark Slate Blue #474690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.56%

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

R = 24.91%
G = 24.56%
B = 50.53%

CMYK

 C value IS 0.51

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474690 (or 0x474690) is known color: Dark Slate Blue. HEX triplet: 47, 46 and 90. RGB value is (71,70,144). Sum of RGB (Red+Green+Blue) = 71+70+144=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #474690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474690 is #B8B96F. Grayscale: #4E4E4E. Windows color (decimal): -12106096 or 9455175. OLE color: 9455175.

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

Color convert

RGB 71 70 144 -
CMYK 0.51 0.51 0 0.44
HSL 240.81º 0.35% 0.42% -
HSV(B) 240.81º 0.51% 0.56% -
XYZ 9.82 7.73 27.36 -
YUV 78.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 71 70 144 0.51 0.51 0 0.44 240.81 0.35 0.42
Hex 47 46 90 33 33 0 2C F1 23 2A
Octal 107 106 220 63 63 0 54 361 43 52
Binary 1000111 1000110 10010000 110011 110011 0 101100 11110001 100011 101010

Color Harmonies of #474690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474690

Black with #474690

Text Example


Text Example

White with #474690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474690; }

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

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

background-color css

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

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

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

border-color css

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

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

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