Html Css Color HEX #4C418C Dark Slate Blue

📋 copy color: '#4C418C'

red 76 ◦ green 65 ◦ blue 140

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

Shades of Dark Slate Blue #4C418C

Tints of Dark Slate Blue #4C418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

 BLUE value IS 140 (55.08% from 255) = 49.82%

R = 27.05%
G = 23.13%
B = 49.82%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C418C (or 0x4C418C) is known color: Dark Slate Blue. HEX triplet: 4C, 41 and 8C. RGB value is (76,65,140). Sum of RGB (Red+Green+Blue) = 76+65+140=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 140 (55.08% from 255 or 49.82% from 281); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C418C is #B3BE73. Grayscale: #4C4C4C. Windows color (decimal): -11779700 or 9191756. OLE color: 9191756.

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

Color convert

RGB 76 65 140 -
CMYK 0.46 0.54 0 0.45
HSL 248.8º 0.37% 0.4% -
HSV(B) 248.8º 0.54% 0.55% -
XYZ 9.6 7.21 25.7 -
YUV 76.84 163.64 127.4 -
System Red Green Blue C M Y K H S L
Decimal 76 65 140 0.46 0.54 0 0.45 248.8 0.37 0.4
Hex 4C 41 8C 2E 36 0 2D F9 25 28
Octal 114 101 214 56 66 0 55 371 45 50
Binary 1001100 1000001 10001100 101110 110110 0 101101 11111001 100101 101000

Color Harmonies of #4C418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C418C

Black with #4C418C

Text Example


Text Example

White with #4C418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,140); }

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

background-color css

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

 a { background-color: rgb(76,65,140); }

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

border-color css

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

 span { border-color: rgb(76,65,140); }

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