#4C5660

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

Shades of Fiord #4C5660

Tints of Fiord #4C5660

Color information

#4C5660 (or 0x4C5660) is unknown color: approx Fiord. HEX triplet: 4C, 56 and 60. RGB value is (76,86,96). Sum of RGB (Red+Green+Blue) = 76+86+96=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 86 (33.98% from 255 or 33.33% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5660 is #B3A99F. Grayscale: #545454. Windows color (decimal): -11774368 or 6313548. OLE color: 6313548.

HSL color Cylindrical-coordinate representation of color #4C5660: hue angle of 210º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4C5660 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB768696-
CMYK0.210.1000.62
HSL210º11.63%33.73%-
HSV(B)210º20.83%37.65%-
XYZ8.429.0412.37-
YUV84.15134.69122.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.46%
GREEN value IS 86 (33.98% from 255) = 33.33%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=29.46%
G=33.33%
B=37.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7686960.210.1000.6221011.6333.73
Hex4C566015A03Ed2c22
Octal11412614025120763221442
Binary1001100101011011000001010110100111110110100101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,86,96); }

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

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

 a { background-color: rgb(76,86,96); }

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

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

 span { border-color: rgb(76,86,96); }

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