Html Css Color HEX #4D488A Dark Slate Blue

📋 copy color: '#4D488A'

red 77 ◦ green 72 ◦ blue 138

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

Shades of Dark Slate Blue #4D488A

Tints of Dark Slate Blue #4D488A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 26.83%
G = 25.09%
B = 48.08%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D488A (or 0x4D488A) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 8A. RGB value is (77,72,138). Sum of RGB (Red+Green+Blue) = 77+72+138=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D488A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D488A is #B2B775. Grayscale: #505050. Windows color (decimal): -11712374 or 9062477. OLE color: 9062477.

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

Color convert

RGB 77 72 138 -
CMYK 0.44 0.48 0 0.46
HSL 244.55º 0.31% 0.41% -
HSV(B) 244.55º 0.48% 0.54% -
XYZ 9.97 8.05 25.07 -
YUV 81.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 77 72 138 0.44 0.48 0 0.46 244.55 0.31 0.41
Hex 4D 48 8A 2C 30 0 2E F5 1F 29
Octal 115 110 212 54 60 0 56 365 37 51
Binary 1001101 1001000 10001010 101100 110000 0 101110 11110101 11111 101001

Color Harmonies of #4D488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D488A

Black with #4D488A

Text Example


Text Example

White with #4D488A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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