#4D636F

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

Shades of Fiord #4D636F

Tints of Fiord #4D636F

Color information

#4D636F (or 0x4D636F) is unknown color: approx Fiord. HEX triplet: 4D, 63 and 6F. RGB value is (77,99,111). Sum of RGB (Red+Green+Blue) = 77+99+111=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 111 (43.75% from 255 or 38.68% from 287); Max value from RGB is 111 - color contains mainly: blue. Hex color #4D636F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D636F is #B29C90. Grayscale: #5D5D5D. Windows color (decimal): -11705489 or 7299917. OLE color: 7299917.

HSL color Cylindrical-coordinate representation of color #4D636F: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4D636F is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7799111-
CMYK0.310.1100.56
HSL201.18º18.09%36.86%-
HSV(B)201.18º30.63%43.53%-
XYZ10.3911.6516.74-
YUV93.79137.71116.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 99 (39.06% from 255) = 34.49%
BLUE value IS 111 (43.75% from 255) = 38.68%
R=26.83%
G=34.49%
B=38.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77991110.310.1100.56201.1818.0936.86
Hex4D636F1FB038c91225
Octal11514315737130703112245
Binary10011011100011110111111111101101110001100100110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D636F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,99,111); }

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

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

 a { background-color: rgb(77,99,111); }

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

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

 span { border-color: rgb(77,99,111); }

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