#4B5660

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

Shades of Fiord #4B5660

Tints of Fiord #4B5660

Color information

#4B5660 (or 0x4B5660) is unknown color: approx Fiord. HEX triplet: 4B, 56 and 60. RGB value is (75,86,96). Sum of RGB (Red+Green+Blue) = 75+86+96=257 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.18% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5660 is #B4A99F. Grayscale: #535353. Windows color (decimal): -11839904 or 6313547. OLE color: 6313547.

HSL color Cylindrical-coordinate representation of color #4B5660: hue angle of 208.57º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4B5660 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB758696-
CMYK0.220.1000.62
HSL208.57º12.28%33.53%-
HSV(B)208.57º21.88%37.65%-
XYZ8.34912.36-
YUV83.85134.86121.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.18%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 96 (37.89% from 255) = 37.35%
R=29.18%
G=33.46%
B=37.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7586960.220.1000.62208.5712.2833.53
Hex4B566016A03Ed1c22
Octal11312614026120763211442
Binary1001011101011011000001011010100111110110100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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