#445F71

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

Shades of Fiord #445F71

Tints of Fiord #445F71

Color information

#445F71 (or 0x445F71) is unknown color: approx Fiord. HEX triplet: 44, 5F and 71. RGB value is (68,95,113). Sum of RGB (Red+Green+Blue) = 68+95+113=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 113 (44.53% from 255 or 40.94% from 276); Max value from RGB is 113 - color contains mainly: blue. Hex color #445F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F71 is #BBA08E. Grayscale: #585858. Windows color (decimal): -12296335 or 7429956. OLE color: 7429956.

HSL color Cylindrical-coordinate representation of color #445F71: hue angle of 204º 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 #445F71 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6895113-
CMYK0.400.1600.56
HSL204º24.86%35.49%-
HSV(B)204º39.82%44.31%-
XYZ9.4610.6117.17-
YUV88.98141.55113.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 95 (37.5% from 255) = 34.42%
BLUE value IS 113 (44.53% from 255) = 40.94%
R=24.64%
G=34.42%
B=40.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68951130.400.1600.5620424.8635.49
Hex445F712810038cc1923
Octal10413716150200703143143
Binary1000100101111111100011010001000001110001100110011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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