Html Css Color HEX #474089 Dark Slate Blue

📋 copy color: '#474089'

red 71 ◦ green 64 ◦ blue 137

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

Shades of Dark Slate Blue #474089

Tints of Dark Slate Blue #474089

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 26.1%
G = 23.53%
B = 50.37%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#474089 (or 0x474089) is known color: Dark Slate Blue. HEX triplet: 47, 40 and 89. RGB value is (71,64,137). Sum of RGB (Red+Green+Blue) = 71+64+137=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #474089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474089 is #B8BF76. Grayscale: #4A4A4A. Windows color (decimal): -12107639 or 8994887. OLE color: 8994887.

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

Color convert

RGB 71 64 137 -
CMYK 0.48 0.53 0 0.46
HSL 245.75º 0.36% 0.39% -
HSV(B) 245.75º 0.53% 0.54% -
XYZ 8.95 6.81 24.51 -
YUV 74.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 71 64 137 0.48 0.53 0 0.46 245.75 0.36 0.39
Hex 47 40 89 30 35 0 2E F6 24 27
Octal 107 100 211 60 65 0 56 366 44 47
Binary 1000111 1000000 10001001 110000 110101 0 101110 11110110 100100 100111

Color Harmonies of #474089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474089

Black with #474089

Text Example


Text Example

White with #474089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474089; }

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

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

background-color css

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

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

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

border-color css

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

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

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