#4F616B

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

Shades of Fiord #4F616B

Tints of Fiord #4F616B

Color information

#4F616B (or 0x4F616B) is unknown color: approx Fiord. HEX triplet: 4F, 61 and 6B. RGB value is (79,97,107). Sum of RGB (Red+Green+Blue) = 79+97+107=283 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.92% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 107 (42.19% from 255 or 37.81% from 283); Max value from RGB is 107 - color contains mainly: blue. Hex color #4F616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F616B is #B09E94. Grayscale: #5C5C5C. Windows color (decimal): -11574933 or 7037263. OLE color: 7037263.

HSL color Cylindrical-coordinate representation of color #4F616B: hue angle of 201.43º 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 #4F616B is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7997107-
CMYK0.260.0900.58
HSL201.43º15.05%36.47%-
HSV(B)201.43º26.17%41.96%-
XYZ10.1511.2715.55-
YUV92.76136.04118.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.92%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 107 (42.19% from 255) = 37.81%
R=27.92%
G=34.28%
B=37.81%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal79971070.260.0900.58201.4315.0536.47
Hex4F616B1A903Ac9f24
Octal11714115332110723111744
Binary1001111110000111010111101010010111010110010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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