Html Css Color HEX #4D438A Dark Slate Blue

📋 copy color: '#4D438A'

red 77 ◦ green 67 ◦ blue 138

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

Shades of Dark Slate Blue #4D438A

Tints of Dark Slate Blue #4D438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.76%

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

R = 27.3%
G = 23.76%
B = 48.94%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D438A (or 0x4D438A) is known color: Dark Slate Blue. HEX triplet: 4D, 43 and 8A. RGB value is (77,67,138). Sum of RGB (Red+Green+Blue) = 77+67+138=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D438A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D438A is #B2BC75. Grayscale: #4D4D4D. Windows color (decimal): -11713654 or 9061197. OLE color: 9061197.

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

Color convert

RGB 77 67 138 -
CMYK 0.44 0.51 0 0.46
HSL 248.45º 0.35% 0.4% -
HSV(B) 248.45º 0.51% 0.54% -
XYZ 9.66 7.43 24.97 -
YUV 78.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 77 67 138 0.44 0.51 0 0.46 248.45 0.35 0.4
Hex 4D 43 8A 2C 33 0 2E F8 23 28
Octal 115 103 212 54 63 0 56 370 43 50
Binary 1001101 1000011 10001010 101100 110011 0 101110 11111000 100011 101000

Color Harmonies of #4D438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D438A

Black with #4D438A

Text Example


Text Example

White with #4D438A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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