#475F72

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

Shades of Fiord #475F72

Tints of Fiord #475F72

Color information

#475F72 (or 0x475F72) is unknown color: approx Fiord. HEX triplet: 47, 5F and 72. RGB value is (71,95,114). Sum of RGB (Red+Green+Blue) = 71+95+114=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 114 - color contains mainly: blue. Hex color #475F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F72 is #B8A08D. Grayscale: #595959. Windows color (decimal): -12099726 or 7495495. OLE color: 7495495.

HSL color Cylindrical-coordinate representation of color #475F72: hue angle of 206.51º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475F72 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7195114-
CMYK0.380.1700.55
HSL206.51º23.24%36.27%-
HSV(B)206.51º37.72%44.71%-
XYZ9.7310.7417.48-
YUV89.99141.55114.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 95 (37.5% from 255) = 33.93%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=25.36%
G=33.93%
B=40.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71951140.380.1700.55206.5123.2436.27
Hex475F722611037cf1724
Octal10713716246210673172744
Binary1000111101111111100101001101000101101111100111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475F72; }

 p { color: rgb(71,95,114); }

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

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

 a { background-color: rgb(71,95,114); }

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

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

 span { border-color: rgb(71,95,114); }

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