Html Css Color HEX #4C656C Smalt Blue

📋 copy color: '#4C656C'

red 76 ◦ green 101 ◦ blue 108

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

Shades of Smalt Blue #4C656C

Tints of Smalt Blue #4C656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 26.67%
G = 35.44%
B = 37.89%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C656C (or 0x4C656C) is known color: Smalt Blue. HEX triplet: 4C, 65 and 6C. RGB value is (76,101,108). Sum of RGB (Red+Green+Blue) = 76+101+108=285 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.67% from 285); Green value is 101 (39.84% from 255 or 35.44% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C656C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C656C is #B39A93. Grayscale: #5E5E5E. Windows color (decimal): -11770516 or 7103820. OLE color: 7103820.

HSL color Cylindrical-coordinate representation of color #4C656C: hue angle of 193.12º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C656C is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 101 108 -
CMYK 0.30 0.06 0 0.58
HSL 193.13º 0.17% 0.36% -
HSV(B) 193.13º 0.3% 0.42% -
XYZ 10.34 11.93 15.94 -
YUV 94.32 135.72 114.93 -
System Red Green Blue C M Y K H S L
Decimal 76 101 108 0.30 0.06 0 0.58 193.13 0.17 0.36
Hex 4C 65 6C 1E 6 0 3A C1 11 24
Octal 114 145 154 36 6 0 72 301 21 44
Binary 1001100 1100101 1101100 11110 110 0 111010 11000001 10001 100100

Color Harmonies of #4C656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C656C

Black with #4C656C

Text Example


Text Example

White with #4C656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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