Html Css Color HEX #474293 Dark Slate Blue

📋 copy color: '#474293'

red 71 ◦ green 66 ◦ blue 147

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

Shades of Dark Slate Blue #474293

Tints of Dark Slate Blue #474293

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.24%

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

R = 25%
G = 23.24%
B = 51.76%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#474293 (or 0x474293) is known color: Dark Slate Blue. HEX triplet: 47, 42 and 93. RGB value is (71,66,147). Sum of RGB (Red+Green+Blue) = 71+66+147=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #474293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474293 is #B8BD6C. Grayscale: #4C4C4C. Windows color (decimal): -12107117 or 9650759. OLE color: 9650759.

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

Color convert

RGB 71 66 147 -
CMYK 0.52 0.55 0 0.42
HSL 243.7º 0.38% 0.42% -
HSV(B) 243.7º 0.55% 0.58% -
XYZ 9.81 7.34 28.5 -
YUV 76.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 71 66 147 0.52 0.55 0 0.42 243.7 0.38 0.42
Hex 47 42 93 34 37 0 2A F4 26 2A
Octal 107 102 223 64 67 0 52 364 46 52
Binary 1000111 1000010 10010011 110100 110111 0 101010 11110100 100110 101010

Color Harmonies of #474293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474293

Black with #474293

Text Example


Text Example

White with #474293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474293; }

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

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

background-color css

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

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

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

border-color css

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

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

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