#4F626B

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

Shades of Fiord #4F626B

Tints of Fiord #4F626B

Color information

#4F626B (or 0x4F626B) is unknown color: approx Fiord. HEX triplet: 4F, 62 and 6B. RGB value is (79,98,107). Sum of RGB (Red+Green+Blue) = 79+98+107=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F626B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F626B is #B09D94. Grayscale: #5D5D5D. Windows color (decimal): -11574677 or 7037519. OLE color: 7037519.

HSL color Cylindrical-coordinate representation of color #4F626B: hue angle of 199.29º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F626B is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7998107-
CMYK0.260.0800.58
HSL199.29º15.05%36.47%-
HSV(B)199.29º26.17%41.96%-
XYZ10.2511.4615.58-
YUV93.34135.71117.77-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.82%
GREEN value IS 98 (38.67% from 255) = 34.51%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=27.82%
G=34.51%
B=37.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79981070.260.0800.58199.2915.0536.47
Hex4F626B1A803Ac7f24
Octal11714215332100723071744
Binary1001111110001011010111101010000111010110001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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