Html Css Color HEX #4C437F Dark Slate Blue

📋 copy color: '#4C437F'

red 76 ◦ green 67 ◦ blue 127

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

Shades of Dark Slate Blue #4C437F

Tints of Dark Slate Blue #4C437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.81%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 28.15%
G = 24.81%
B = 47.04%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C437F (or 0x4C437F) is known color: Dark Slate Blue. HEX triplet: 4C, 43 and 7F. RGB value is (76,67,127). Sum of RGB (Red+Green+Blue) = 76+67+127=270 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.15% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C437F is #B3BC80. Grayscale: #4C4C4C. Windows color (decimal): -11779201 or 8340300. OLE color: 8340300.

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

Color convert

RGB 76 67 127 -
CMYK 0.40 0.47 0 0.50
HSL 249º 0.31% 0.38% -
HSV(B) 249º 0.47% 0.5% -
XYZ 8.82 7.08 20.98 -
YUV 76.53 156.48 127.62 -
System Red Green Blue C M Y K H S L
Decimal 76 67 127 0.40 0.47 0 0.50 249 0.31 0.38
Hex 4C 43 7F 28 2F 0 32 F9 1F 26
Octal 114 103 177 50 57 0 62 371 37 46
Binary 1001100 1000011 1111111 101000 101111 0 110010 11111001 11111 100110

Color Harmonies of #4C437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C437F

Black with #4C437F

Text Example


Text Example

White with #4C437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,127); }

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

background-color css

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

 a { background-color: rgb(76,67,127); }

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

border-color css

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

 span { border-color: rgb(76,67,127); }

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