Html Css Color HEX #4A4599 Dark Slate Blue

📋 copy color: '#4A4599'

red 74 ◦ green 69 ◦ blue 153

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

Shades of Dark Slate Blue #4A4599

Tints of Dark Slate Blue #4A4599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 25%
G = 23.31%
B = 51.69%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A4599 (or 0x4A4599) is known color: Dark Slate Blue. HEX triplet: 4A, 45 and 99. RGB value is (74,69,153). Sum of RGB (Red+Green+Blue) = 74+69+153=296 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A4599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4599 is #B5BA66. Grayscale: #4F4F4F. Windows color (decimal): -11909735 or 10044746. OLE color: 10044746.

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

Color convert

RGB 74 69 153 -
CMYK 0.52 0.55 0 0.4
HSL 243.57º 0.38% 0.44% -
HSV(B) 243.57º 0.55% 0.6% -
XYZ 10.7 8.01 31.12 -
YUV 80.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 74 69 153 0.52 0.55 0 0.4 243.57 0.38 0.44
Hex 4A 45 99 34 37 0 28 F4 26 2C
Octal 112 105 231 64 67 0 50 364 46 54
Binary 1001010 1000101 10011001 110100 110111 0 101000 11110100 100110 101100

Color Harmonies of #4A4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4599

Black with #4A4599

Text Example


Text Example

White with #4A4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,153); }

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

background-color css

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

 a { background-color: rgb(74,69,153); }

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

border-color css

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

 span { border-color: rgb(74,69,153); }

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