#475867

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

Shades of Fiord #475867

Tints of Fiord #475867

Color information

#475867 (or 0x475867) is unknown color: approx Fiord. HEX triplet: 47, 58 and 67. RGB value is (71,88,103). Sum of RGB (Red+Green+Blue) = 71+88+103=262 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.10% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 103 (40.62% from 255 or 39.31% from 262); Max value from RGB is 103 - color contains mainly: blue. Hex color #475867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475867 is #B8A798. Grayscale: #545454. Windows color (decimal): -12101529 or 6772807. OLE color: 6772807.

HSL color Cylindrical-coordinate representation of color #475867: hue angle of 208.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #475867 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7188103-
CMYK0.310.1500.60
HSL208.12º18.39%34.12%-
HSV(B)208.12º31.07%40.39%-
XYZ8.549.314.18-
YUV84.63138.37118.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.10%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 103 (40.62% from 255) = 39.31%
R=27.10%
G=33.59%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71881030.310.1500.60208.1218.3934.12
Hex4758671FF03Cd01222
Octal10713014737170743202242
Binary10001111011000110011111111111101111001101000010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475867; }

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

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

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

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

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

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

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

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