Html Css Color HEX #4C3B7E Dark Slate Blue

📋 copy color: '#4C3B7E'

red 76 ◦ green 59 ◦ blue 126

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

Shades of Dark Slate Blue #4C3B7E

Tints of Dark Slate Blue #4C3B7E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.61%

 BLUE value IS 126 (49.61% from 255) = 48.28%

R = 29.12%
G = 22.61%
B = 48.28%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C3B7E (or 0x4C3B7E) is known color: Dark Slate Blue. HEX triplet: 4C, 3B and 7E. RGB value is (76,59,126). Sum of RGB (Red+Green+Blue) = 76+59+126=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 59 (23.44% from 255 or 22.61% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C3B7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3B7E is #B3C481. Grayscale: #474747. Windows color (decimal): -11781250 or 8272716. OLE color: 8272716.

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

Color convert

RGB 76 59 126 -
CMYK 0.40 0.53 0 0.51
HSL 255.22º 0.36% 0.36% -
HSV(B) 255.22º 0.53% 0.49% -
XYZ 8.31 6.17 20.49 -
YUV 71.72 158.63 131.05 -
System Red Green Blue C M Y K H S L
Decimal 76 59 126 0.40 0.53 0 0.51 255.22 0.36 0.36
Hex 4C 3B 7E 28 35 0 33 FF 24 24
Octal 114 73 176 50 65 0 63 377 44 44
Binary 1001100 111011 1111110 101000 110101 0 110011 11111111 100100 100100

Color Harmonies of #4C3B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3B7E

Black with #4C3B7E

Text Example


Text Example

White with #4C3B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,59,126); }

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

background-color css

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

 a { background-color: rgb(76,59,126); }

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

border-color css

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

 span { border-color: rgb(76,59,126); }

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