Html Css Color HEX #4A4890 Dark Slate Blue

📋 copy color: '#4A4890'

red 74 ◦ green 72 ◦ blue 144

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

Shades of Dark Slate Blue #4A4890

Tints of Dark Slate Blue #4A4890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 25.52%
G = 24.83%
B = 49.66%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A4890 (or 0x4A4890) is known color: Dark Slate Blue. HEX triplet: 4A, 48 and 90. RGB value is (74,72,144). Sum of RGB (Red+Green+Blue) = 74+72+144=290 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.52% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A4890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4890 is #B5B76F. Grayscale: #505050. Windows color (decimal): -11908976 or 9455690. OLE color: 9455690.

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

Color convert

RGB 74 72 144 -
CMYK 0.49 0.50 0 0.44
HSL 241.67º 0.33% 0.42% -
HSV(B) 241.67º 0.5% 0.56% -
XYZ 10.18 8.1 27.41 -
YUV 80.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 74 72 144 0.49 0.50 0 0.44 241.67 0.33 0.42
Hex 4A 48 90 31 32 0 2C F2 21 2A
Octal 112 110 220 61 62 0 54 362 41 52
Binary 1001010 1001000 10010000 110001 110010 0 101100 11110010 100001 101010

Color Harmonies of #4A4890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4890

Black with #4A4890

Text Example


Text Example

White with #4A4890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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