#4C6171

Color #4C6171 Fiord (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiord #4C6171

Tints of Fiord #4C6171

Color information

#4C6171 (or 0x4C6171) is unknown color: approx Fiord. HEX triplet: 4C, 61 and 71. RGB value is (76,97,113). Sum of RGB (Red+Green+Blue) = 76+97+113=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C6171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6171 is #B39E8E. Grayscale: #5C5C5C. Windows color (decimal): -11771535 or 7430476. OLE color: 7430476.

HSL color Cylindrical-coordinate representation of color #4C6171: hue angle of 205.95º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4C6171 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7697113-
CMYK0.330.1400.56
HSL205.95º19.58%37.06%-
HSV(B)205.95º32.74%44.31%-
XYZ10.2411.2817.26-
YUV92.54139.54116.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 97 (38.28% from 255) = 33.92%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=26.57%
G=33.92%
B=39.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76971130.330.1400.56205.9519.5837.06
Hex4C617121E038ce1425
Octal11414116141160703162445
Binary100110011000011110001100001111001110001100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C6171;
 }
 .AnyTagClassName
 {
   color: #4C6171;
 }
</style>
background-color css

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

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

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

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

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

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