Html Css Color HEX #4A408D Dark Slate Blue

📋 copy color: '#4A408D'

red 74 ◦ green 64 ◦ blue 141

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

Shades of Dark Slate Blue #4A408D

Tints of Dark Slate Blue #4A408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.94%

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 26.52%
G = 22.94%
B = 50.54%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A408D (or 0x4A408D) is known color: Dark Slate Blue. HEX triplet: 4A, 40 and 8D. RGB value is (74,64,141). Sum of RGB (Red+Green+Blue) = 74+64+141=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #4A408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A408D is #B5BF72. Grayscale: #4B4B4B. Windows color (decimal): -11911027 or 9257034. OLE color: 9257034.

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

Color convert

RGB 74 64 141 -
CMYK 0.48 0.55 0 0.45
HSL 247.79º 0.38% 0.4% -
HSV(B) 247.79º 0.55% 0.55% -
XYZ 9.47 7.05 26.06 -
YUV 75.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 74 64 141 0.48 0.55 0 0.45 247.79 0.38 0.4
Hex 4A 40 8D 30 37 0 2D F8 26 28
Octal 112 100 215 60 67 0 55 370 46 50
Binary 1001010 1000000 10001101 110000 110111 0 101101 11111000 100110 101000

Color Harmonies of #4A408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A408D

Black with #4A408D

Text Example


Text Example

White with #4A408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,64,141); }

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

background-color css

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

 a { background-color: rgb(74,64,141); }

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

border-color css

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

 span { border-color: rgb(74,64,141); }

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