Html Css Color HEX #4A4791 Dark Slate Blue

📋 copy color: '#4A4791'

red 74 ◦ green 71 ◦ blue 145

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

Shades of Dark Slate Blue #4A4791

Tints of Dark Slate Blue #4A4791

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.48%

 BLUE value IS 145 (57.03% from 255) = 50%

R = 25.52%
G = 24.48%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4A4791 (or 0x4A4791) is known color: Dark Slate Blue. HEX triplet: 4A, 47 and 91. RGB value is (74,71,145). Sum of RGB (Red+Green+Blue) = 74+71+145=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A4791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4791 is #B5B86E. Grayscale: #505050. Windows color (decimal): -11909231 or 9520970. OLE color: 9520970.

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

Color convert

RGB 74 71 145 -
CMYK 0.49 0.51 0 0.43
HSL 242.43º 0.34% 0.42% -
HSV(B) 242.43º 0.51% 0.57% -
XYZ 10.19 8.01 27.8 -
YUV 80.33 164.49 123.48 -
System Red Green Blue C M Y K H S L
Decimal 74 71 145 0.49 0.51 0 0.43 242.43 0.34 0.42
Hex 4A 47 91 31 33 0 2B F2 22 2A
Octal 112 107 221 61 63 0 53 362 42 52
Binary 1001010 1000111 10010001 110001 110011 0 101011 11110010 100010 101010

Color Harmonies of #4A4791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4791

Black with #4A4791

Text Example


Text Example

White with #4A4791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,71,145); }

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

background-color css

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

 a { background-color: rgb(74,71,145); }

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

border-color css

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

 span { border-color: rgb(74,71,145); }

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