Html Css Color HEX #474289 Dark Slate Blue

📋 copy color: '#474289'

red 71 ◦ green 66 ◦ blue 137

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

Shades of Dark Slate Blue #474289

Tints of Dark Slate Blue #474289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50%

R = 25.91%
G = 24.09%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#474289 (or 0x474289) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 89. RGB value is (71,66,137). Sum of RGB (Red+Green+Blue) = 71+66+137=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #474289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474289 is #B8BD76. Grayscale: #4B4B4B. Windows color (decimal): -12107127 or 8995399. OLE color: 8995399.

HSL color Cylindrical-coordinate representation of color #474289: hue angle of 244.23º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #474289 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 71 66 137 -
CMYK 0.48 0.52 0 0.46
HSL 244.23º 0.35% 0.4% -
HSV(B) 244.23º 0.52% 0.54% -
XYZ 9.06 7.04 24.55 -
YUV 75.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 71 66 137 0.48 0.52 0 0.46 244.23 0.35 0.4
Hex 47 42 89 30 34 0 2E F4 23 28
Octal 107 102 211 60 64 0 56 364 43 50
Binary 1000111 1000010 10001001 110000 110100 0 101110 11110100 100011 101000

Color Harmonies of #474289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474289

Black with #474289

Text Example


Text Example

White with #474289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474289; }

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

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

background-color css

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

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

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

border-color css

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

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

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