Html Css Color HEX #4C6168 Smalt Blue

📋 copy color: '#4C6168'

red 76 ◦ green 97 ◦ blue 104

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

Shades of Smalt Blue #4C6168

Tints of Smalt Blue #4C6168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.02%

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 27.44%
G = 35.02%
B = 37.55%

CMYK

 C value IS 0.27

 M value IS 0.07

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C6168 (or 0x4C6168) is known color: Smalt Blue. HEX triplet: 4C, 61 and 68. RGB value is (76,97,104). Sum of RGB (Red+Green+Blue) = 76+97+104=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C6168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6168 is #B39E97. Grayscale: #5B5B5B. Windows color (decimal): -11771544 or 6840652. OLE color: 6840652.

HSL color Cylindrical-coordinate representation of color #4C6168: hue angle of 195º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4C6168 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 97 104 -
CMYK 0.27 0.07 0 0.59
HSL 195º 0.16% 0.35% -
HSV(B) 195º 0.27% 0.41% -
XYZ 9.75 11.09 14.72 -
YUV 91.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 76 97 104 0.27 0.07 0 0.59 195 0.16 0.35
Hex 4C 61 68 1B 7 0 3B C3 10 23
Octal 114 141 150 33 7 0 73 303 20 43
Binary 1001100 1100001 1101000 11011 111 0 111011 11000011 10000 100011

Color Harmonies of #4C6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6168

Black with #4C6168

Text Example


Text Example

White with #4C6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,104); }

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

background-color css

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

 a { background-color: rgb(76,97,104); }

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

border-color css

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

 span { border-color: rgb(76,97,104); }

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