Html Css Color HEX #474192 Dark Slate Blue

📋 copy color: '#474192'

red 71 ◦ green 65 ◦ blue 146

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

Shades of Dark Slate Blue #474192

Tints of Dark Slate Blue #474192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 25.18%
G = 23.05%
B = 51.77%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#474192 (or 0x474192) is known color: Dark Slate Blue. HEX triplet: 47, 41 and 92. RGB value is (71,65,146). Sum of RGB (Red+Green+Blue) = 71+65+146=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #474192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474192 is #B8BE6D. Grayscale: #4B4B4B. Windows color (decimal): -12107374 or 9584967. OLE color: 9584967.

HSL color Cylindrical-coordinate representation of color #474192: hue angle of 244.44º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #474192 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 65 146 -
CMYK 0.51 0.55 0 0.43
HSL 244.44º 0.38% 0.41% -
HSV(B) 244.44º 0.55% 0.57% -
XYZ 9.68 7.2 28.07 -
YUV 76.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 71 65 146 0.51 0.55 0 0.43 244.44 0.38 0.41
Hex 47 41 92 33 37 0 2B F4 26 29
Octal 107 101 222 63 67 0 53 364 46 51
Binary 1000111 1000001 10010010 110011 110111 0 101011 11110100 100110 101001

Color Harmonies of #474192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474192

Black with #474192

Text Example


Text Example

White with #474192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474192; }

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

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

background-color css

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

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

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

border-color css

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

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

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