Html Css Color HEX #4C646C Smalt Blue

📋 copy color: '#4C646C'

red 76 ◦ green 100 ◦ blue 108

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

Shades of Smalt Blue #4C646C

Tints of Smalt Blue #4C646C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.21%

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

R = 26.76%
G = 35.21%
B = 38.03%

CMYK

 C value IS 0.30

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C646C (or 0x4C646C) is known color: Smalt Blue. HEX triplet: 4C, 64 and 6C. RGB value is (76,100,108). Sum of RGB (Red+Green+Blue) = 76+100+108=284 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.76% from 284); Green value is 100 (39.45% from 255 or 35.21% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C646C is #B39B93. Grayscale: #5D5D5D. Windows color (decimal): -11770772 or 7103564. OLE color: 7103564.

HSL color Cylindrical-coordinate representation of color #4C646C: hue angle of 195º 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 #4C646C is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 100 108 -
CMYK 0.30 0.07 0 0.58
HSL 195º 0.17% 0.36% -
HSV(B) 195º 0.3% 0.42% -
XYZ 10.24 11.73 15.91 -
YUV 93.74 136.05 115.35 -
System Red Green Blue C M Y K H S L
Decimal 76 100 108 0.30 0.07 0 0.58 195 0.17 0.36
Hex 4C 64 6C 1E 7 0 3A C3 11 24
Octal 114 144 154 36 7 0 72 303 21 44
Binary 1001100 1100100 1101100 11110 111 0 111010 11000011 10001 100100

Color Harmonies of #4C646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C646C

Black with #4C646C

Text Example


Text Example

White with #4C646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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