Html Css Color HEX #4A4184 Dark Slate Blue

📋 copy color: '#4A4184'

red 74 ◦ green 65 ◦ blue 132

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

Shades of Dark Slate Blue #4A4184

Tints of Dark Slate Blue #4A4184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 48.71%

R = 27.31%
G = 23.99%
B = 48.71%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4A4184 (or 0x4A4184) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 84. RGB value is (74,65,132). Sum of RGB (Red+Green+Blue) = 74+65+132=271 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.31% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #4A4184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4184 is #B5BE7B. Grayscale: #4B4B4B. Windows color (decimal): -11910780 or 8667466. OLE color: 8667466.

HSL color Cylindrical-coordinate representation of color #4A4184: hue angle of 248.06º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4A4184 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 74 65 132 -
CMYK 0.44 0.51 0 0.48
HSL 248.06º 0.34% 0.39% -
HSV(B) 248.06º 0.51% 0.52% -
XYZ 8.88 6.9 22.69 -
YUV 75.33 159.98 127.05 -
System Red Green Blue C M Y K H S L
Decimal 74 65 132 0.44 0.51 0 0.48 248.06 0.34 0.39
Hex 4A 41 84 2C 33 0 30 F8 22 27
Octal 112 101 204 54 63 0 60 370 42 47
Binary 1001010 1000001 10000100 101100 110011 0 110000 11111000 100010 100111

Color Harmonies of #4A4184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4184

Black with #4A4184

Text Example


Text Example

White with #4A4184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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