#4F626E

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

Shades of Fiord #4F626E

Tints of Fiord #4F626E

Color information

#4F626E (or 0x4F626E) is unknown color: approx Fiord. HEX triplet: 4F, 62 and 6E. RGB value is (79,98,110). Sum of RGB (Red+Green+Blue) = 79+98+110=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 110 - color contains mainly: blue. Hex color #4F626E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F626E is #B09D91. Grayscale: #5D5D5D. Windows color (decimal): -11574674 or 7234127. OLE color: 7234127.

HSL color Cylindrical-coordinate representation of color #4F626E: hue angle of 203.23º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4F626E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7998110-
CMYK0.280.1100.57
HSL203.23º16.4%37.06%-
HSV(B)203.23º28.18%43.14%-
XYZ10.4111.5216.43-
YUV93.69137.21117.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.53%
GREEN value IS 98 (38.67% from 255) = 34.15%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=27.53%
G=34.15%
B=38.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal79981100.280.1100.57203.2316.437.06
Hex4F626E1CB039cb1025
Octal11714215634130713132045
Binary10011111100010110111011100101101110011100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,98,110); }

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

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

 a { background-color: rgb(79,98,110); }

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

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

 span { border-color: rgb(79,98,110); }

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