#4C606E

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

Shades of Fiord #4C606E

Tints of Fiord #4C606E

Color information

#4C606E (or 0x4C606E) is unknown color: approx Fiord. HEX triplet: 4C, 60 and 6E. RGB value is (76,96,110). Sum of RGB (Red+Green+Blue) = 76+96+110=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #4C606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C606E is #B39F91. Grayscale: #5B5B5B. Windows color (decimal): -11771794 or 7233612. OLE color: 7233612.

HSL color Cylindrical-coordinate representation of color #4C606E: hue angle of 204.71º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C606E is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7696110-
CMYK0.310.1300.57
HSL204.71º18.28%36.47%-
HSV(B)204.71º30.91%43.14%-
XYZ9.9811.0316.35-
YUV91.62138.37116.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.95%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=26.95%
G=34.04%
B=39.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76961100.310.1300.57204.7118.2836.47
Hex4C606E1FD039cd1224
Octal11414015637150713152244
Binary10011001100000110111011111110101110011100110110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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