Html Css Color HEX #4A4394 Dark Slate Blue

📋 copy color: '#4A4394'

red 74 ◦ green 67 ◦ blue 148

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

Shades of Dark Slate Blue #4A4394

Tints of Dark Slate Blue #4A4394

RGB

 RED value IS 74 (29.3% from 255) = 25.61%

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

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

R = 25.61%
G = 23.18%
B = 51.21%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4A4394 (or 0x4A4394) is known color: Dark Slate Blue. HEX triplet: 4A, 43 and 94. RGB value is (74,67,148). Sum of RGB (Red+Green+Blue) = 74+67+148=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 148 (58.20% from 255 or 51.21% from 289); Max value from RGB is 148 - color contains mainly: blue. Hex color #4A4394 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4394 is #B5BC6B. Grayscale: #4E4E4E. Windows color (decimal): -11910252 or 9716554. OLE color: 9716554.

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

Color convert

RGB 74 67 148 -
CMYK 0.50 0.55 0 0.42
HSL 245.19º 0.38% 0.42% -
HSV(B) 245.19º 0.55% 0.58% -
XYZ 10.18 7.61 28.95 -
YUV 78.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 74 67 148 0.50 0.55 0 0.42 245.19 0.38 0.42
Hex 4A 43 94 32 37 0 2A F5 26 2A
Octal 112 103 224 62 67 0 52 365 46 52
Binary 1001010 1000011 10010100 110010 110111 0 101010 11110101 100110 101010

Color Harmonies of #4A4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4394

Black with #4A4394

Text Example


Text Example

White with #4A4394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A4394; }

 p { color: rgb(74,67,148); }

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

background-color css

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

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

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

border-color css

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

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

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