Html Css Color HEX #4A4179 Dark Slate Blue

📋 copy color: '#4A4179'

red 74 ◦ green 65 ◦ blue 121

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

Shades of Dark Slate Blue #4A4179

Tints of Dark Slate Blue #4A4179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.54%

R = 28.46%
G = 25%
B = 46.54%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4A4179 (or 0x4A4179) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 79. RGB value is (74,65,121). Sum of RGB (Red+Green+Blue) = 74+65+121=260 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.46% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #4A4179 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4179 is #B5BE86. Grayscale: #494949. Windows color (decimal): -11910791 or 7946570. OLE color: 7946570.

HSL color Cylindrical-coordinate representation of color #4A4179: hue angle of 249.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A4179 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 74 65 121 -
CMYK 0.39 0.46 0 0.53
HSL 249.64º 0.3% 0.36% -
HSV(B) 249.64º 0.46% 0.47% -
XYZ 8.17 6.62 18.94 -
YUV 74.08 154.48 127.95 -
System Red Green Blue C M Y K H S L
Decimal 74 65 121 0.39 0.46 0 0.53 249.64 0.3 0.36
Hex 4A 41 79 27 2E 0 35 FA 1E 24
Octal 112 101 171 47 56 0 65 372 36 44
Binary 1001010 1000001 1111001 100111 101110 0 110101 11111010 11110 100100

Color Harmonies of #4A4179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4179

Black with #4A4179

Text Example


Text Example

White with #4A4179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,121); }

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

background-color css

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

 a { background-color: rgb(74,65,121); }

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

border-color css

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

 span { border-color: rgb(74,65,121); }

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