Html Css Color HEX #474395 Dark Slate Blue

📋 copy color: '#474395'

red 71 ◦ green 67 ◦ blue 149

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

Shades of Dark Slate Blue #474395

Tints of Dark Slate Blue #474395

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.34%

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 24.74%
G = 23.34%
B = 51.92%

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

#474395 (or 0x474395) is known color: Dark Slate Blue. HEX triplet: 47, 43 and 95. RGB value is (71,67,149). Sum of RGB (Red+Green+Blue) = 71+67+149=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #474395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474395 is #B8BC6A. Grayscale: #4D4D4D. Windows color (decimal): -12106859 or 9782087. OLE color: 9782087.

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

Color convert

RGB 71 67 149 -
CMYK 0.52 0.55 0 0.42
HSL 242.93º 0.38% 0.42% -
HSV(B) 242.93º 0.55% 0.58% -
XYZ 10.03 7.52 29.36 -
YUV 77.54 168.33 123.33 -
System Red Green Blue C M Y K H S L
Decimal 71 67 149 0.52 0.55 0 0.42 242.93 0.38 0.42
Hex 47 43 95 34 37 0 2A F3 26 2A
Octal 107 103 225 64 67 0 52 363 46 52
Binary 1000111 1000011 10010101 110100 110111 0 101010 11110011 100110 101010

Color Harmonies of #474395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474395

Black with #474395

Text Example


Text Example

White with #474395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474395; }

 p { color: rgb(71,67,149); }

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

background-color css

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

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

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

border-color css

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

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

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