#445D70

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

Shades of Fiord #445D70

Tints of Fiord #445D70

Color information

#445D70 (or 0x445D70) is unknown color: approx Fiord. HEX triplet: 44, 5D and 70. RGB value is (68,93,112). Sum of RGB (Red+Green+Blue) = 68+93+112=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 112 - color contains mainly: blue. Hex color #445D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D70 is #BBA28F. Grayscale: #575757. Windows color (decimal): -12296848 or 7363908. OLE color: 7363908.

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

Color convert

RGB6893112-
CMYK0.390.1700.56
HSL205.91º24.44%35.29%-
HSV(B)205.91º39.29%43.92%-
XYZ9.2210.2316.82-
YUV87.69141.72113.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 93 (36.72% from 255) = 34.07%
BLUE value IS 112 (44.14% from 255) = 41.03%
R=24.91%
G=34.07%
B=41.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68931120.390.1700.56205.9124.4435.29
Hex445D702711038ce1823
Octal10413516047210703163043
Binary1000100101110111100001001111000101110001100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,112); }

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

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

 a { background-color: rgb(68,93,112); }

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

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

 span { border-color: rgb(68,93,112); }

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