#475868

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

Shades of Fiord #475868

Tints of Fiord #475868

Color information

#475868 (or 0x475868) is unknown color: approx Fiord. HEX triplet: 47, 58 and 68. RGB value is (71,88,104). Sum of RGB (Red+Green+Blue) = 71+88+104=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 104 (41.02% from 255 or 39.54% from 263); Max value from RGB is 104 - color contains mainly: blue. Hex color #475868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475868 is #B8A797. Grayscale: #545454. Windows color (decimal): -12101528 or 6838343. OLE color: 6838343.

HSL color Cylindrical-coordinate representation of color #475868: hue angle of 209.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475868 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7188104-
CMYK0.320.1500.59
HSL209.09º18.86%34.31%-
HSV(B)209.09º31.73%40.78%-
XYZ8.599.3214.44-
YUV84.74138.87118.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 104 (41.02% from 255) = 39.54%
R=27.00%
G=33.46%
B=39.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71881040.320.1500.59209.0918.8634.31
Hex47586820F03Bd11322
Octal10713015040170733212342
Binary100011110110001101000100000111101110111101000110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475868; }

 p { color: rgb(71,88,104); }

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

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

 a { background-color: rgb(71,88,104); }

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

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

 span { border-color: rgb(71,88,104); }

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