Html Css Color HEX #474194 Dark Slate Blue

📋 copy color: '#474194'

red 71 ◦ green 65 ◦ blue 148

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

Shades of Dark Slate Blue #474194

Tints of Dark Slate Blue #474194

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

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

R = 25%
G = 22.89%
B = 52.11%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474194 (or 0x474194) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 94. RGB value is (71,65,148). Sum of RGB (Red+Green+Blue) = 71+65+148=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #474194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474194 is #B8BE6B. Grayscale: #4B4B4B. Windows color (decimal): -12107372 or 9716039. OLE color: 9716039.

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

Color convert

RGB 71 65 148 -
CMYK 0.52 0.56 0 0.42
HSL 244.34º 0.39% 0.42% -
HSV(B) 244.34º 0.56% 0.58% -
XYZ 9.83 7.26 28.9 -
YUV 76.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 71 65 148 0.52 0.56 0 0.42 244.34 0.39 0.42
Hex 47 41 94 34 38 0 2A F4 27 2A
Octal 107 101 224 64 70 0 52 364 47 52
Binary 1000111 1000001 10010100 110100 111000 0 101010 11110100 100111 101010

Color Harmonies of #474194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474194

Black with #474194

Text Example


Text Example

White with #474194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474194; }

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

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

background-color css

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

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

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

border-color css

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

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

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