Html Css Color HEX #4C418B Dark Slate Blue

📋 copy color: '#4C418B'

red 76 ◦ green 65 ◦ blue 139

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

Shades of Dark Slate Blue #4C418B

Tints of Dark Slate Blue #4C418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.64%

R = 27.14%
G = 23.21%
B = 49.64%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C418B (or 0x4C418B) is known color: Dark Slate Blue. HEX triplet: 4C, 41 and 8B. RGB value is (76,65,139). Sum of RGB (Red+Green+Blue) = 76+65+139=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C418B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C418B is #B3BE74. Grayscale: #4C4C4C. Windows color (decimal): -11779701 or 9126220. OLE color: 9126220.

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

Color convert

RGB 76 65 139 -
CMYK 0.45 0.53 0 0.45
HSL 248.92º 0.36% 0.4% -
HSV(B) 248.92º 0.53% 0.55% -
XYZ 9.53 7.18 25.31 -
YUV 76.73 163.14 127.48 -
System Red Green Blue C M Y K H S L
Decimal 76 65 139 0.45 0.53 0 0.45 248.92 0.36 0.4
Hex 4C 41 8B 2D 35 0 2D F9 24 28
Octal 114 101 213 55 65 0 55 371 44 50
Binary 1001100 1000001 10001011 101101 110101 0 101101 11111001 100100 101000

Color Harmonies of #4C418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C418B

Black with #4C418B

Text Example


Text Example

White with #4C418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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