Html Css Color HEX #4C4180 Dark Slate Blue

📋 copy color: '#4C4180'

red 76 ◦ green 65 ◦ blue 128

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

Shades of Dark Slate Blue #4C4180

Tints of Dark Slate Blue #4C4180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.58%

R = 28.25%
G = 24.16%
B = 47.58%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C4180 (or 0x4C4180) is known color: Dark Slate Blue. HEX triplet: 4C, 41 and 80. RGB value is (76,65,128). Sum of RGB (Red+Green+Blue) = 76+65+128=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 128 (50.39% from 255 or 47.58% from 269); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C4180 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4180 is #B3BE7F. Grayscale: #4B4B4B. Windows color (decimal): -11779712 or 8405324. OLE color: 8405324.

HSL color Cylindrical-coordinate representation of color #4C4180: hue angle of 250.48º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C4180 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 65 128 -
CMYK 0.41 0.49 0 0.50
HSL 250.48º 0.33% 0.38% -
HSV(B) 250.48º 0.49% 0.5% -
XYZ 8.77 6.88 21.29 -
YUV 75.47 157.64 128.38 -
System Red Green Blue C M Y K H S L
Decimal 76 65 128 0.41 0.49 0 0.50 250.48 0.33 0.38
Hex 4C 41 80 29 31 0 32 FA 21 26
Octal 114 101 200 51 61 0 62 372 41 46
Binary 1001100 1000001 10000000 101001 110001 0 110010 11111010 100001 100110

Color Harmonies of #4C4180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4180

Black with #4C4180

Text Example


Text Example

White with #4C4180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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