Html Css Color HEX #4A4392 Dark Slate Blue

📋 copy color: '#4A4392'

red 74 ◦ green 67 ◦ blue 146

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

Shades of Dark Slate Blue #4A4392

Tints of Dark Slate Blue #4A4392

RGB

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

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

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

R = 25.78%
G = 23.34%
B = 50.87%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A4392 (or 0x4A4392) is known color: Dark Slate Blue. HEX triplet: 4A, 43 and 92. RGB value is (74,67,146). Sum of RGB (Red+Green+Blue) = 74+67+146=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #4A4392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4392 is #B5BC6D. Grayscale: #4D4D4D. Windows color (decimal): -11910254 or 9585482. OLE color: 9585482.

HSL color Cylindrical-coordinate representation of color #4A4392: hue angle of 245.32º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4A4392 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 74 67 146 -
CMYK 0.49 0.54 0 0.43
HSL 245.32º 0.37% 0.42% -
HSV(B) 245.32º 0.54% 0.57% -
XYZ 10.02 7.55 28.12 -
YUV 78.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 74 67 146 0.49 0.54 0 0.43 245.32 0.37 0.42
Hex 4A 43 92 31 36 0 2B F5 25 2A
Octal 112 103 222 61 66 0 53 365 45 52
Binary 1001010 1000011 10010010 110001 110110 0 101011 11110101 100101 101010

Color Harmonies of #4A4392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4392

Black with #4A4392

Text Example


Text Example

White with #4A4392

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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