#4C5964

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

Shades of Fiord #4C5964

Tints of Fiord #4C5964

Color information

#4C5964 (or 0x4C5964) is unknown color: approx Fiord. HEX triplet: 4C, 59 and 64. RGB value is (76,89,100). Sum of RGB (Red+Green+Blue) = 76+89+100=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 100 - color contains mainly: blue. Hex color #4C5964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5964 is #B3A69B. Grayscale: #565656. Windows color (decimal): -11773596 or 6576460. OLE color: 6576460.

HSL color Cylindrical-coordinate representation of color #4C5964: hue angle of 207.5º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4C5964 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB7689100-
CMYK0.240.1100.61
HSL207.5º13.64%34.51%-
HSV(B)207.5º24%39.22%-
XYZ8.859.613.44-
YUV86.37135.69120.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=28.68%
G=33.58%
B=37.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal76891000.240.1100.61207.513.6434.51
Hex4C596418B03Dd0e23
Octal11413114430130753201643
Binary1001100101100111001001100010110111101110100001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,89,100); }

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

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

 a { background-color: rgb(76,89,100); }

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

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

 span { border-color: rgb(76,89,100); }

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