#4B565F

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

Shades of Fiord #4B565F

Tints of Fiord #4B565F

Color information

#4B565F (or 0x4B565F) is unknown color: approx Fiord. HEX triplet: 4B, 56 and 5F. RGB value is (75,86,95). Sum of RGB (Red+Green+Blue) = 75+86+95=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B565F is #B4A9A0. Grayscale: #535353. Windows color (decimal): -11839905 or 6248011. OLE color: 6248011.

HSL color Cylindrical-coordinate representation of color #4B565F: hue angle of 207º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B565F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB758695-
CMYK0.210.0900.63
HSL207º11.76%33.33%-
HSV(B)207º21.05%37.25%-
XYZ8.298.9812.12-
YUV83.74134.36121.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.30%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=29.30%
G=33.59%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7586950.210.0900.6320711.7633.33
Hex4B565F15903Fcfc21
Octal11312613725110773171441
Binary1001011101011010111111010110010111111110011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,86,95); }

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

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

 a { background-color: rgb(75,86,95); }

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

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

 span { border-color: rgb(75,86,95); }

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