Html Css Color HEX #4D458A Dark Slate Blue

📋 copy color: '#4D458A'

red 77 ◦ green 69 ◦ blue 138

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

Shades of Dark Slate Blue #4D458A

Tints of Dark Slate Blue #4D458A

RGB

 RED value IS 77 (30.47% from 255) = 27.11%

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

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 27.11%
G = 24.3%
B = 48.59%

CMYK

 C value IS 0.44

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D458A (or 0x4D458A) is known color: Dark Slate Blue. HEX triplet: 4D, 45 and 8A. RGB value is (77,69,138). Sum of RGB (Red+Green+Blue) = 77+69+138=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D458A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D458A is #B2BA75. Grayscale: #4E4E4E. Windows color (decimal): -11713142 or 9061709. OLE color: 9061709.

HSL color Cylindrical-coordinate representation of color #4D458A: hue angle of 246.96º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D458A is Cyan = 0.44, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 77 69 138 -
CMYK 0.44 0.5 0 0.46
HSL 246.96º 0.33% 0.41% -
HSV(B) 246.96º 0.5% 0.54% -
XYZ 9.78 7.67 25.01 -
YUV 79.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 77 69 138 0.44 0.5 0 0.46 246.96 0.33 0.41
Hex 4D 45 8A 2C 32 0 2E F7 21 29
Octal 115 105 212 54 62 0 56 367 41 51
Binary 1001101 1000101 10001010 101100 110010 0 101110 11110111 100001 101001

Color Harmonies of #4D458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D458A

Black with #4D458A

Text Example


Text Example

White with #4D458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,138); }

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

background-color css

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

 a { background-color: rgb(77,69,138); }

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

border-color css

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

 span { border-color: rgb(77,69,138); }

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