Html Css Color HEX #4A4190 Dark Slate Blue

📋 copy color: '#4A4190'

red 74 ◦ green 65 ◦ blue 144

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

Shades of Dark Slate Blue #4A4190

Tints of Dark Slate Blue #4A4190

RGB

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

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

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

R = 26.15%
G = 22.97%
B = 50.88%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4A4190 (or 0x4A4190) is known color: Dark Slate Blue. HEX triplet: 4A, 41 and 90. RGB value is (74,65,144). Sum of RGB (Red+Green+Blue) = 74+65+144=283 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.15% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 144 (56.64% from 255 or 50.88% from 283); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A4190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4190 is #B5BE6F. Grayscale: #4C4C4C. Windows color (decimal): -11910768 or 9453898. OLE color: 9453898.

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

Color convert

RGB 74 65 144 -
CMYK 0.49 0.55 0 0.44
HSL 246.84º 0.38% 0.41% -
HSV(B) 246.84º 0.55% 0.56% -
XYZ 9.75 7.25 27.27 -
YUV 76.7 165.98 126.08 -
System Red Green Blue C M Y K H S L
Decimal 74 65 144 0.49 0.55 0 0.44 246.84 0.38 0.41
Hex 4A 41 90 31 37 0 2C F7 26 29
Octal 112 101 220 61 67 0 54 367 46 51
Binary 1001010 1000001 10010000 110001 110111 0 101100 11110111 100110 101001

Color Harmonies of #4A4190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4190

Black with #4A4190

Text Example


Text Example

White with #4A4190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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