#4F555B

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

Shades of Fiord #4F555B

Tints of Fiord #4F555B

Color information

#4F555B (or 0x4F555B) is unknown color: approx Fiord. HEX triplet: 4F, 55 and 5B. RGB value is (79,85,91). Sum of RGB (Red+Green+Blue) = 79+85+91=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F555B is #B0AAA4. Grayscale: #535353. Windows color (decimal): -11578021 or 5985615. OLE color: 5985615.

HSL color Cylindrical-coordinate representation of color #4F555B: hue angle of 210º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F555B is Cyan = 0.13, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB798591-
CMYK0.130.0700.64
HSL210º7.06%33.33%-
HSV(B)210º13.19%35.69%-
XYZ8.368.9111.18-
YUV83.89132.01124.51-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 30.98%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 91 (35.94% from 255) = 35.69%
R=30.98%
G=33.33%
B=35.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7985910.130.0700.642107.0633.33
Hex4F555BD7040d2721
Octal1171251331570100322741
Binary10011111010101101101111011110100000011010010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F555B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,85,91); }

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

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

 a { background-color: rgb(79,85,91); }

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

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

 span { border-color: rgb(79,85,91); }

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