Html Css Color HEX #4A4291 Dark Slate Blue

📋 copy color: '#4A4291'

red 74 ◦ green 66 ◦ blue 145

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

Shades of Dark Slate Blue #4A4291

Tints of Dark Slate Blue #4A4291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.16%

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

R = 25.96%
G = 23.16%
B = 50.88%

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

#4A4291 (or 0x4A4291) is known color: Dark Slate Blue. HEX triplet: 4A, 42 and 91. RGB value is (74,66,145). Sum of RGB (Red+Green+Blue) = 74+66+145=285 (37% of max value = 765). Red value is 74 (29.30% from 255 or 25.96% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 145 (57.03% from 255 or 50.88% from 285); Max value from RGB is 145 - color contains mainly: blue. Hex color #4A4291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4291 is #B5BD6E. Grayscale: #4D4D4D. Windows color (decimal): -11910511 or 9519690. OLE color: 9519690.

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

Color convert

RGB 74 66 145 -
CMYK 0.49 0.54 0 0.43
HSL 246.08º 0.37% 0.41% -
HSV(B) 246.08º 0.54% 0.57% -
XYZ 9.88 7.4 27.69 -
YUV 77.4 166.15 125.58 -
System Red Green Blue C M Y K H S L
Decimal 74 66 145 0.49 0.54 0 0.43 246.08 0.37 0.41
Hex 4A 42 91 31 36 0 2B F6 25 29
Octal 112 102 221 61 66 0 53 366 45 51
Binary 1001010 1000010 10010001 110001 110110 0 101011 11110110 100101 101001

Color Harmonies of #4A4291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4291

Black with #4A4291

Text Example


Text Example

White with #4A4291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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