Html Css Color HEX #4C636A Smalt Blue

📋 copy color: '#4C636A'

red 76 ◦ green 99 ◦ blue 106

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

Shades of Smalt Blue #4C636A

Tints of Smalt Blue #4C636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.23%

 BLUE value IS 106 (41.8% from 255) = 37.72%

R = 27.05%
G = 35.23%
B = 37.72%

CMYK

 C value IS 0.28

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C636A (or 0x4C636A) is known color: Smalt Blue. HEX triplet: 4C, 63 and 6A. RGB value is (76,99,106). Sum of RGB (Red+Green+Blue) = 76+99+106=281 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.05% from 281); Green value is 99 (39.06% from 255 or 35.23% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 106 - color contains mainly: blue. Hex color #4C636A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C636A is #B39C95. Grayscale: #5C5C5C. Windows color (decimal): -11771030 or 6972236. OLE color: 6972236.

HSL color Cylindrical-coordinate representation of color #4C636A: hue angle of 194º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C636A is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 99 106 -
CMYK 0.28 0.07 0 0.58
HSL 194º 0.16% 0.36% -
HSV(B) 194º 0.28% 0.42% -
XYZ 10.04 11.5 15.33 -
YUV 92.92 135.38 115.93 -
System Red Green Blue C M Y K H S L
Decimal 76 99 106 0.28 0.07 0 0.58 194 0.16 0.36
Hex 4C 63 6A 1C 7 0 3A C2 10 24
Octal 114 143 152 34 7 0 72 302 20 44
Binary 1001100 1100011 1101010 11100 111 0 111010 11000010 10000 100100

Color Harmonies of #4C636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C636A

Black with #4C636A

Text Example


Text Example

White with #4C636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,99,106); }

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

background-color css

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

 a { background-color: rgb(76,99,106); }

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

border-color css

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

 span { border-color: rgb(76,99,106); }

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