Html Css Color HEX #4A408B Dark Slate Blue

📋 copy color: '#4A408B'

red 74 ◦ green 64 ◦ blue 139

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

Shades of Dark Slate Blue #4A408B

Tints of Dark Slate Blue #4A408B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 26.71%
G = 23.1%
B = 50.18%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4A408B (or 0x4A408B) is known color: Dark Slate Blue. HEX triplet: 4A, 40 and 8B. RGB value is (74,64,139). Sum of RGB (Red+Green+Blue) = 74+64+139=277 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.71% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #4A408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A408B is #B5BF74. Grayscale: #4B4B4B. Windows color (decimal): -11911029 or 9125962. OLE color: 9125962.

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

Color convert

RGB 74 64 139 -
CMYK 0.47 0.54 0 0.45
HSL 248º 0.37% 0.4% -
HSV(B) 248º 0.54% 0.55% -
XYZ 9.32 6.99 25.28 -
YUV 75.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 74 64 139 0.47 0.54 0 0.45 248 0.37 0.4
Hex 4A 40 8B 2F 36 0 2D F8 25 28
Octal 112 100 213 57 66 0 55 370 45 50
Binary 1001010 1000000 10001011 101111 110110 0 101101 11111000 100101 101000

Color Harmonies of #4A408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A408B

Black with #4A408B

Text Example


Text Example

White with #4A408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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