Html Css Color HEX #4D468F Dark Slate Blue

📋 copy color: '#4D468F'

red 77 ◦ green 70 ◦ blue 143

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

Shades of Dark Slate Blue #4D468F

Tints of Dark Slate Blue #4D468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 143 (56.25% from 255) = 49.31%

R = 26.55%
G = 24.14%
B = 49.31%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4D468F (or 0x4D468F) is known color: Dark Slate Blue. HEX triplet: 4D, 46 and 8F. RGB value is (77,70,143). Sum of RGB (Red+Green+Blue) = 77+70+143=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D468F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D468F is #B2B970. Grayscale: #505050. Windows color (decimal): -11712881 or 9389645. OLE color: 9389645.

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

Color convert

RGB 77 70 143 -
CMYK 0.46 0.51 0 0.44
HSL 245.75º 0.34% 0.42% -
HSV(B) 245.75º 0.51% 0.56% -
XYZ 10.21 7.94 26.98 -
YUV 80.42 163.32 125.56 -
System Red Green Blue C M Y K H S L
Decimal 77 70 143 0.46 0.51 0 0.44 245.75 0.34 0.42
Hex 4D 46 8F 2E 33 0 2C F6 22 2A
Octal 115 106 217 56 63 0 54 366 42 52
Binary 1001101 1000110 10001111 101110 110011 0 101100 11110110 100010 101010

Color Harmonies of #4D468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D468F

Black with #4D468F

Text Example


Text Example

White with #4D468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,143); }

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

background-color css

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

 a { background-color: rgb(77,70,143); }

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

border-color css

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

 span { border-color: rgb(77,70,143); }

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