Html Css Color HEX #4C478D Dark Slate Blue

📋 copy color: '#4C478D'

red 76 ◦ green 71 ◦ blue 141

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

Shades of Dark Slate Blue #4C478D

Tints of Dark Slate Blue #4C478D

RGB

 RED value IS 76 (30.08% from 255) = 26.39%

 GREEN value IS 71 (28.13% from 255) = 24.65%

 BLUE value IS 141 (55.47% from 255) = 48.96%

R = 26.39%
G = 24.65%
B = 48.96%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C478D (or 0x4C478D) is known color: Dark Slate Blue. HEX triplet: 4C, 47 and 8D. RGB value is (76,71,141). Sum of RGB (Red+Green+Blue) = 76+71+141=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C478D is #B3B872. Grayscale: #505050. Windows color (decimal): -11778163 or 9258828. OLE color: 9258828.

HSL color Cylindrical-coordinate representation of color #4C478D: hue angle of 244.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C478D is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 71 141 -
CMYK 0.46 0.50 0 0.45
HSL 244.29º 0.33% 0.42% -
HSV(B) 244.29º 0.5% 0.55% -
XYZ 10.04 7.97 26.21 -
YUV 80.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 76 71 141 0.46 0.50 0 0.45 244.29 0.33 0.42
Hex 4C 47 8D 2E 32 0 2D F4 21 2A
Octal 114 107 215 56 62 0 55 364 41 52
Binary 1001100 1000111 10001101 101110 110010 0 101101 11110100 100001 101010

Color Harmonies of #4C478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C478D

Black with #4C478D

Text Example


Text Example

White with #4C478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,141); }

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

background-color css

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

 a { background-color: rgb(76,71,141); }

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

border-color css

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

 span { border-color: rgb(76,71,141); }

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