#4F6370

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

Shades of Fiord #4F6370

Tints of Fiord #4F6370

Color information

#4F6370 (or 0x4F6370) is unknown color: approx Fiord. HEX triplet: 4F, 63 and 70. RGB value is (79,99,112). Sum of RGB (Red+Green+Blue) = 79+99+112=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 112 - color contains mainly: blue. Hex color #4F6370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6370 is #B09C8F. Grayscale: #5E5E5E. Windows color (decimal): -11574416 or 7365455. OLE color: 7365455.

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

Color convert

RGB7999112-
CMYK0.290.1200.56
HSL203.64º17.28%37.45%-
HSV(B)203.64º29.46%43.92%-
XYZ10.6111.7617.04-
YUV94.5137.87116.94-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.24%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=27.24%
G=34.14%
B=38.62%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79991120.290.1200.56203.6417.2837.45
Hex4F63701DC038cc1125
Octal11714316035140703142145
Binary10011111100011111000011101110001110001100110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,112); }

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

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

 a { background-color: rgb(79,99,112); }

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

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

 span { border-color: rgb(79,99,112); }

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