#4B5760

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

Shades of Fiord #4B5760

Tints of Fiord #4B5760

Color information

#4B5760 (or 0x4B5760) is unknown color: approx Fiord. HEX triplet: 4B, 57 and 60. RGB value is (75,87,96). Sum of RGB (Red+Green+Blue) = 75+87+96=258 (34% of max value = 765). Red value is 75 (29.69% from 255 or 29.07% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5760 is #B4A89F. Grayscale: #545454. Windows color (decimal): -11839648 or 6313803. OLE color: 6313803.

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

Color convert

RGB758796-
CMYK0.220.0900.62
HSL205.71º12.28%33.53%-
HSV(B)205.71º21.88%37.65%-
XYZ8.429.1612.39-
YUV84.44134.52121.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.07%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=29.07%
G=33.72%
B=37.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7587960.220.0900.62205.7112.2833.53
Hex4B576016903Ecec22
Octal11312714026110763161442
Binary1001011101011111000001011010010111110110011101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B5760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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