Html Css Color HEX #474494 Dark Slate Blue

📋 copy color: '#474494'

red 71 ◦ green 68 ◦ blue 148

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

Shades of Dark Slate Blue #474494

Tints of Dark Slate Blue #474494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 51.57%

R = 24.74%
G = 23.69%
B = 51.57%

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

#474494 (or 0x474494) is known color: Dark Slate Blue. HEX triplet: 47, 44 and 94. RGB value is (71,68,148). Sum of RGB (Red+Green+Blue) = 71+68+148=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 148 (58.20% from 255 or 51.57% from 287); Max value from RGB is 148 - color contains mainly: blue. Hex color #474494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474494 is #B8BB6B. Grayscale: #4D4D4D. Windows color (decimal): -12106604 or 9716807. OLE color: 9716807.

HSL color Cylindrical-coordinate representation of color #474494: hue angle of 242.25º 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 #474494 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 68 148 -
CMYK 0.52 0.54 0 0.42
HSL 242.25º 0.37% 0.42% -
HSV(B) 242.25º 0.54% 0.58% -
XYZ 10.01 7.61 28.96 -
YUV 78.02 167.49 123 -
System Red Green Blue C M Y K H S L
Decimal 71 68 148 0.52 0.54 0 0.42 242.25 0.37 0.42
Hex 47 44 94 34 36 0 2A F2 25 2A
Octal 107 104 224 64 66 0 52 362 45 52
Binary 1000111 1000100 10010100 110100 110110 0 101010 11110010 100101 101010

Color Harmonies of #474494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474494

Black with #474494

Text Example


Text Example

White with #474494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474494; }

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

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

background-color css

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

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

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

border-color css

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

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

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