Html Css Color HEX #4A407E Dark Slate Blue

📋 copy color: '#4A407E'

red 74 ◦ green 64 ◦ blue 126

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

Shades of Dark Slate Blue #4A407E

Tints of Dark Slate Blue #4A407E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 28.03%
G = 24.24%
B = 47.73%

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

#4A407E (or 0x4A407E) is known color: Dark Slate Blue. HEX triplet: 4A, 40 and 7E. RGB value is (74,64,126). Sum of RGB (Red+Green+Blue) = 74+64+126=264 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.03% from 264); Green value is 64 (25.39% from 255 or 24.24% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #4A407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A407E is #B5BF81. Grayscale: #494949. Windows color (decimal): -11911042 or 8273994. OLE color: 8273994.

HSL color Cylindrical-coordinate representation of color #4A407E: hue angle of 249.68º degrees, saturation: 0.33, 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 #4A407E is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 74 64 126 -
CMYK 0.41 0.49 0 0.51
HSL 249.68º 0.33% 0.37% -
HSV(B) 249.68º 0.49% 0.49% -
XYZ 8.42 6.63 20.57 -
YUV 74.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 74 64 126 0.41 0.49 0 0.51 249.68 0.33 0.37
Hex 4A 40 7E 29 31 0 33 FA 21 25
Octal 112 100 176 51 61 0 63 372 41 45
Binary 1001010 1000000 1111110 101001 110001 0 110011 11111010 100001 100101

Color Harmonies of #4A407E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A407E

Black with #4A407E

Text Example


Text Example

White with #4A407E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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