Html Css Color HEX #474493 Dark Slate Blue

📋 copy color: '#474493'

red 71 ◦ green 68 ◦ blue 147

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

Shades of Dark Slate Blue #474493

Tints of Dark Slate Blue #474493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.78%

 BLUE value IS 147 (57.81% from 255) = 51.4%

R = 24.83%
G = 23.78%
B = 51.4%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474493 (or 0x474493) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 93. RGB value is (71,68,147). Sum of RGB (Red+Green+Blue) = 71+68+147=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #474493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474493 is #B8BB6C. Grayscale: #4D4D4D. Windows color (decimal): -12106605 or 9651271. OLE color: 9651271.

HSL color Cylindrical-coordinate representation of color #474493: hue angle of 242.28º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #474493 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 68 147 -
CMYK 0.52 0.54 0 0.42
HSL 242.28º 0.37% 0.42% -
HSV(B) 242.28º 0.54% 0.58% -
XYZ 9.93 7.58 28.54 -
YUV 77.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 71 68 147 0.52 0.54 0 0.42 242.28 0.37 0.42
Hex 47 44 93 34 36 0 2A F2 25 2A
Octal 107 104 223 64 66 0 52 362 45 52
Binary 1000111 1000100 10010011 110100 110110 0 101010 11110010 100101 101010

Color Harmonies of #474493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474493

Black with #474493

Text Example


Text Example

White with #474493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474493; }

 p { color: rgb(71,68,147); }

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

background-color css

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

 a { background-color: rgb(71,68,147); }

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

border-color css

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

 span { border-color: rgb(71,68,147); }

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