#475768

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

Shades of Fiord #475768

Tints of Fiord #475768

Color information

#475768 (or 0x475768) is unknown color: approx Fiord. HEX triplet: 47, 57 and 68. RGB value is (71,87,104). Sum of RGB (Red+Green+Blue) = 71+87+104=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 87 (34.38% from 255 or 33.21% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #475768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475768 is #B8A897. Grayscale: #545454. Windows color (decimal): -12101784 or 6838087. OLE color: 6838087.

HSL color Cylindrical-coordinate representation of color #475768: hue angle of 210.91º 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 #475768 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7187104-
CMYK0.320.1600.59
HSL210.91º18.86%34.31%-
HSV(B)210.91º31.73%40.78%-
XYZ8.519.1614.42-
YUV84.15139.2118.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 87 (34.38% from 255) = 33.21%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=27.10%
G=33.21%
B=39.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71871040.320.1600.59210.9118.8634.31
Hex475768201003Bd31322
Octal10712715040200733232342
Binary1000111101011111010001000001000001110111101001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475768; }

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

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

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

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

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

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

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

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