Html Css Color HEX #474290 Dark Slate Blue

📋 copy color: '#474290'

red 71 ◦ green 66 ◦ blue 144

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

Shades of Dark Slate Blue #474290

Tints of Dark Slate Blue #474290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 25.27%
G = 23.49%
B = 51.25%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#474290 (or 0x474290) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 90. RGB value is (71,66,144). Sum of RGB (Red+Green+Blue) = 71+66+144=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #474290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474290 is #B8BD6F. Grayscale: #4C4C4C. Windows color (decimal): -12107120 or 9454151. OLE color: 9454151.

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

Color convert

RGB 71 66 144 -
CMYK 0.51 0.54 0 0.44
HSL 243.85º 0.37% 0.41% -
HSV(B) 243.85º 0.54% 0.56% -
XYZ 9.58 7.25 27.28 -
YUV 76.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 71 66 144 0.51 0.54 0 0.44 243.85 0.37 0.41
Hex 47 42 90 33 36 0 2C F4 25 29
Octal 107 102 220 63 66 0 54 364 45 51
Binary 1000111 1000010 10010000 110011 110110 0 101100 11110100 100101 101001

Color Harmonies of #474290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474290

Black with #474290

Text Example


Text Example

White with #474290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474290; }

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

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

background-color css

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

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

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

border-color css

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

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

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