Html Css Color HEX #4A407D Dark Slate Blue

📋 copy color: '#4A407D'

red 74 ◦ green 64 ◦ blue 125

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

Shades of Dark Slate Blue #4A407D

Tints of Dark Slate Blue #4A407D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 28.14%
G = 24.33%
B = 47.53%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4A407D (or 0x4A407D) is known color: Dark Slate Blue. HEX triplet: 4A, 40 and 7D. RGB value is (74,64,125). Sum of RGB (Red+Green+Blue) = 74+64+125=263 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.14% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #4A407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A407D is #B5BF82. Grayscale: #494949. Windows color (decimal): -11911043 or 8208458. OLE color: 8208458.

HSL color Cylindrical-coordinate representation of color #4A407D: hue angle of 249.84º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4A407D is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 64 125 -
CMYK 0.41 0.49 0 0.51
HSL 249.84º 0.32% 0.37% -
HSV(B) 249.84º 0.49% 0.49% -
XYZ 8.36 6.6 20.24 -
YUV 73.94 156.81 128.04 -
System Red Green Blue C M Y K H S L
Decimal 74 64 125 0.41 0.49 0 0.51 249.84 0.32 0.37
Hex 4A 40 7D 29 31 0 33 FA 20 25
Octal 112 100 175 51 61 0 63 372 40 45
Binary 1001010 1000000 1111101 101001 110001 0 110011 11111010 100000 100101

Color Harmonies of #4A407D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A407D

Black with #4A407D

Text Example


Text Example

White with #4A407D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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