#4C606C

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

Shades of Fiord #4C606C

Tints of Fiord #4C606C

Color information

#4C606C (or 0x4C606C) is unknown color: approx Fiord. HEX triplet: 4C, 60 and 6C. RGB value is (76,96,108). Sum of RGB (Red+Green+Blue) = 76+96+108=280 (37% of max value = 765). Red value is 76 (30.08% from 255 or 27.14% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C606C is #B39F93. Grayscale: #5B5B5B. Windows color (decimal): -11771796 or 7102540. OLE color: 7102540.

HSL color Cylindrical-coordinate representation of color #4C606C: hue angle of 202.5º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C606C is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7696108-
CMYK0.300.1100.58
HSL202.5º17.39%36.08%-
HSV(B)202.5º29.63%42.35%-
XYZ9.8710.9815.79-
YUV91.39137.37117.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.14%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 108 (42.58% from 255) = 38.57%
R=27.14%
G=34.29%
B=38.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76961080.300.1100.58202.517.3936.08
Hex4C606C1EB03Aca1124
Octal11414015436130723122144
Binary10011001100000110110011110101101110101100101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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