#4C5E65

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

Shades of Fiord #4C5E65

Tints of Fiord #4C5E65

Color information

#4C5E65 (or 0x4C5E65) is unknown color: approx Fiord. HEX triplet: 4C, 5E and 65. RGB value is (76,94,101). Sum of RGB (Red+Green+Blue) = 76+94+101=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C5E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5E65 is #B3A19A. Grayscale: #595959. Windows color (decimal): -11772315 or 6643276. OLE color: 6643276.

HSL color Cylindrical-coordinate representation of color #4C5E65: hue angle of 196.8º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C5E65 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7694101-
CMYK0.250.0700.60
HSL196.8º14.12%34.71%-
HSV(B)196.8º24.75%39.61%-
XYZ9.3310.4813.84-
YUV89.42134.54118.43-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=28.04%
G=34.69%
B=37.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76941010.250.0700.60196.814.1234.71
Hex4C5E6519703Cc5e23
Octal1141361453170743051643
Binary100110010111101100101110011110111100110001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C5E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,94,101); }

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

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

 a { background-color: rgb(76,94,101); }

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

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

 span { border-color: rgb(76,94,101); }

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