Html Css Color HEX #4C636B Smalt Blue

📋 copy color: '#4C636B'

red 76 ◦ green 99 ◦ blue 107

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

Shades of Smalt Blue #4C636B

Tints of Smalt Blue #4C636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 26.95%
G = 35.11%
B = 37.94%

CMYK

 C value IS 0.29

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C636B (or 0x4C636B) is known color: Smalt Blue. HEX triplet: 4C, 63 and 6B. RGB value is (76,99,107). Sum of RGB (Red+Green+Blue) = 76+99+107=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C636B is #B39C94. Grayscale: #5C5C5C. Windows color (decimal): -11771029 or 7037772. OLE color: 7037772.

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

Color convert

RGB 76 99 107 -
CMYK 0.29 0.07 0 0.58
HSL 195.48º 0.17% 0.36% -
HSV(B) 195.48º 0.29% 0.42% -
XYZ 10.1 11.52 15.6 -
YUV 93.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 76 99 107 0.29 0.07 0 0.58 195.48 0.17 0.36
Hex 4C 63 6B 1D 7 0 3A C3 11 24
Octal 114 143 153 35 7 0 72 303 21 44
Binary 1001100 1100011 1101011 11101 111 0 111010 11000011 10001 100100

Color Harmonies of #4C636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C636B

Black with #4C636B

Text Example


Text Example

White with #4C636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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