Html Css Color HEX #4C656D Smalt Blue

📋 copy color: '#4C656D'

red 76 ◦ green 101 ◦ blue 109

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

Shades of Smalt Blue #4C656D

Tints of Smalt Blue #4C656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.31%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 26.57%
G = 35.31%
B = 38.11%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C656D (or 0x4C656D) is known color: Smalt Blue. HEX triplet: 4C, 65 and 6D. RGB value is (76,101,109). Sum of RGB (Red+Green+Blue) = 76+101+109=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C656D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C656D is #B39A92. Grayscale: #5E5E5E. Windows color (decimal): -11770515 or 7169356. OLE color: 7169356.

HSL color Cylindrical-coordinate representation of color #4C656D: hue angle of 194.55º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C656D is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 101 109 -
CMYK 0.30 0.07 0 0.57
HSL 194.55º 0.18% 0.36% -
HSV(B) 194.55º 0.3% 0.43% -
XYZ 10.39 11.95 16.23 -
YUV 94.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 76 101 109 0.30 0.07 0 0.57 194.55 0.18 0.36
Hex 4C 65 6D 1E 7 0 39 C3 12 24
Octal 114 145 155 36 7 0 71 303 22 44
Binary 1001100 1100101 1101101 11110 111 0 111001 11000011 10010 100100

Color Harmonies of #4C656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C656D

Black with #4C656D

Text Example


Text Example

White with #4C656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,101,109); }

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

background-color css

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

 a { background-color: rgb(76,101,109); }

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

border-color css

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

 span { border-color: rgb(76,101,109); }

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