#4F6271

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

Shades of Fiord #4F6271

Tints of Fiord #4F6271

Color information

#4F6271 (or 0x4F6271) is unknown color: approx Fiord. HEX triplet: 4F, 62 and 71. RGB value is (79,98,113). Sum of RGB (Red+Green+Blue) = 79+98+113=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 113 (44.53% from 255 or 38.97% from 290); Max value from RGB is 113 - color contains mainly: blue. Hex color #4F6271 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6271 is #B09D8E. Grayscale: #5D5D5D. Windows color (decimal): -11574671 or 7430735. OLE color: 7430735.

HSL color Cylindrical-coordinate representation of color #4F6271: hue angle of 206.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F6271 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7998113-
CMYK0.300.1300.56
HSL206.47º17.71%37.65%-
HSV(B)206.47º30.09%44.31%-
XYZ10.5711.5917.3-
YUV94.03138.71117.28-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 27.24%
GREEN value IS 98 (38.67% from 255) = 33.79%
BLUE value IS 113 (44.53% from 255) = 38.97%
R=27.24%
G=33.79%
B=38.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal79981130.300.1300.56206.4717.7137.65
Hex4F62711ED038ce1226
Octal11714216136150703162246
Binary10011111100010111000111110110101110001100111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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