Html Css Color HEX #4A4790 Dark Slate Blue

📋 copy color: '#4A4790'

red 74 ◦ green 71 ◦ blue 144

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

Shades of Dark Slate Blue #4A4790

Tints of Dark Slate Blue #4A4790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 25.61%
G = 24.57%
B = 49.83%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A4790 (or 0x4A4790) is known color: Dark Slate Blue. HEX triplet: 4A, 47 and 90. RGB value is (74,71,144). Sum of RGB (Red+Green+Blue) = 74+71+144=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A4790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4790 is #B5B86F. Grayscale: #4F4F4F. Windows color (decimal): -11909232 or 9455434. OLE color: 9455434.

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

Color convert

RGB 74 71 144 -
CMYK 0.49 0.51 0 0.44
HSL 242.47º 0.34% 0.42% -
HSV(B) 242.47º 0.51% 0.56% -
XYZ 10.11 7.98 27.39 -
YUV 80.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 74 71 144 0.49 0.51 0 0.44 242.47 0.34 0.42
Hex 4A 47 90 31 33 0 2C F2 22 2A
Octal 112 107 220 61 63 0 54 362 42 52
Binary 1001010 1000111 10010000 110001 110011 0 101100 11110010 100010 101010

Color Harmonies of #4A4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4790

Black with #4A4790

Text Example


Text Example

White with #4A4790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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