#445E71

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

Shades of Fiord #445E71

Tints of Fiord #445E71

Color information

#445E71 (or 0x445E71) is unknown color: approx Fiord. HEX triplet: 44, 5E and 71. RGB value is (68,94,113). Sum of RGB (Red+Green+Blue) = 68+94+113=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 113 (44.53% from 255 or 41.09% from 275); Max value from RGB is 113 - color contains mainly: blue. Hex color #445E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E71 is #BBA18E. Grayscale: #585858. Windows color (decimal): -12296591 or 7429700. OLE color: 7429700.

HSL color Cylindrical-coordinate representation of color #445E71: hue angle of 205.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445E71 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6894113-
CMYK0.400.1700.56
HSL205.33º24.86%35.49%-
HSV(B)205.33º39.82%44.31%-
XYZ9.3710.4317.14-
YUV88.39141.89113.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 94 (37.11% from 255) = 34.18%
BLUE value IS 113 (44.53% from 255) = 41.09%
R=24.73%
G=34.18%
B=41.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68941130.400.1700.56205.3324.8635.49
Hex445E712811038cd1923
Octal10413616150210703153143
Binary1000100101111011100011010001000101110001100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E71; }

 p { color: rgb(68,94,113); }

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

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

 a { background-color: rgb(68,94,113); }

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

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

 span { border-color: rgb(68,94,113); }

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