Html Css Color HEX #474794 Dark Slate Blue

📋 copy color: '#474794'

red 71 ◦ green 71 ◦ blue 148

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

Shades of Dark Slate Blue #474794

Tints of Dark Slate Blue #474794

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

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

R = 24.48%
G = 24.48%
B = 51.03%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474794 (or 0x474794) is known color: Dark Slate Blue. HEX triplet: 47, 47 and 94. RGB value is (71,71,148). Sum of RGB (Red+Green+Blue) = 71+71+148=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #474794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474794 is #B8B86B. Grayscale: #4F4F4F. Windows color (decimal): -12105836 or 9717575. OLE color: 9717575.

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

Color convert

RGB 71 71 148 -
CMYK 0.52 0.52 0 0.42
HSL 240º 0.35% 0.43% -
HSV(B) 240º 0.52% 0.58% -
XYZ 10.2 7.98 29.02 -
YUV 79.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 71 71 148 0.52 0.52 0 0.42 240 0.35 0.43
Hex 47 47 94 34 34 0 2A F0 23 2B
Octal 107 107 224 64 64 0 52 360 43 53
Binary 1000111 1000111 10010100 110100 110100 0 101010 11110000 100011 101011

Color Harmonies of #474794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474794

Black with #474794

Text Example


Text Example

White with #474794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474794; }

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

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

background-color css

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

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

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

border-color css

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

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

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