#4B6171

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

Shades of Fiord #4B6171

Tints of Fiord #4B6171

Color information

#4B6171 (or 0x4B6171) is unknown color: approx Fiord. HEX triplet: 4B, 61 and 71. RGB value is (75,97,113). Sum of RGB (Red+Green+Blue) = 75+97+113=285 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.32% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B6171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B6171 is #B49E8E. Grayscale: #5C5C5C. Windows color (decimal): -11837071 or 7430475. OLE color: 7430475.

HSL color Cylindrical-coordinate representation of color #4B6171: hue angle of 205.26º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B6171 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7597113-
CMYK0.340.1400.56
HSL205.26º20.21%36.86%-
HSV(B)205.26º33.63%44.31%-
XYZ10.1611.2417.26-
YUV92.25139.71115.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.32%
GREEN value IS 97 (38.28% from 255) = 34.04%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=26.32%
G=34.04%
B=39.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75971130.340.1400.56205.2620.2136.86
Hex4B617122E038cd1425
Octal11314116142160703152445
Binary100101111000011110001100010111001110001100110110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,97,113); }

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

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

 a { background-color: rgb(75,97,113); }

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

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

 span { border-color: rgb(75,97,113); }

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