Html Css Color HEX #4C4185 Dark Slate Blue

📋 copy color: '#4C4185'

red 76 ◦ green 65 ◦ blue 133

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

Shades of Dark Slate Blue #4C4185

Tints of Dark Slate Blue #4C4185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 27.74%
G = 23.72%
B = 48.54%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C4185 (or 0x4C4185) is known color: Dark Slate Blue. HEX triplet: 4C, 41 and 85. RGB value is (76,65,133). Sum of RGB (Red+Green+Blue) = 76+65+133=274 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.74% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C4185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4185 is #B3BE7A. Grayscale: #4B4B4B. Windows color (decimal): -11779707 or 8733004. OLE color: 8733004.

HSL color Cylindrical-coordinate representation of color #4C4185: hue angle of 249.71º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C4185 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 65 133 -
CMYK 0.43 0.51 0 0.48
HSL 249.71º 0.34% 0.39% -
HSV(B) 249.71º 0.51% 0.52% -
XYZ 9.1 7.01 23.06 -
YUV 76.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 76 65 133 0.43 0.51 0 0.48 249.71 0.34 0.39
Hex 4C 41 85 2B 33 0 30 FA 22 27
Octal 114 101 205 53 63 0 60 372 42 47
Binary 1001100 1000001 10000101 101011 110011 0 110000 11111010 100010 100111

Color Harmonies of #4C4185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4185

Black with #4C4185

Text Example


Text Example

White with #4C4185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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