Html Css Color HEX #4D438E Dark Slate Blue

📋 copy color: '#4D438E'

red 77 ◦ green 67 ◦ blue 142

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

Shades of Dark Slate Blue #4D438E

Tints of Dark Slate Blue #4D438E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 49.65%

R = 26.92%
G = 23.43%
B = 49.65%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D438E (or 0x4D438E) is known color: Dark Slate Blue. HEX triplet: 4D, 43 and 8E. RGB value is (77,67,142). Sum of RGB (Red+Green+Blue) = 77+67+142=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #4D438E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D438E is #B2BC71. Grayscale: #4E4E4E. Windows color (decimal): -11713650 or 9323341. OLE color: 9323341.

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

Color convert

RGB 77 67 142 -
CMYK 0.46 0.53 0 0.44
HSL 248º 0.36% 0.41% -
HSV(B) 248º 0.53% 0.56% -
XYZ 9.95 7.55 26.52 -
YUV 78.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 77 67 142 0.46 0.53 0 0.44 248 0.36 0.41
Hex 4D 43 8E 2E 35 0 2C F8 24 29
Octal 115 103 216 56 65 0 54 370 44 51
Binary 1001101 1000011 10001110 101110 110101 0 101100 11111000 100100 101001

Color Harmonies of #4D438E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D438E

Black with #4D438E

Text Example


Text Example

White with #4D438E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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