#475F70

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

Shades of Fiord #475F70

Tints of Fiord #475F70

Color information

#475F70 (or 0x475F70) is unknown color: approx Fiord. HEX triplet: 47, 5F and 70. RGB value is (71,95,112). Sum of RGB (Red+Green+Blue) = 71+95+112=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #475F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F70 is #B8A08F. Grayscale: #595959. Windows color (decimal): -12099728 or 7364423. OLE color: 7364423.

HSL color Cylindrical-coordinate representation of color #475F70: hue angle of 204.88º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #475F70 is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7195112-
CMYK0.370.1500.56
HSL204.88º22.4%35.88%-
HSV(B)204.88º36.61%43.92%-
XYZ9.6210.6916.89-
YUV89.76140.55114.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=25.54%
G=34.17%
B=40.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71951120.370.1500.56204.8822.435.88
Hex475F7025F038cd1624
Octal10713716045170703152644
Binary100011110111111110000100101111101110001100110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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