#445E6D

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

Shades of Fiord #445E6D

Tints of Fiord #445E6D

Color information

#445E6D (or 0x445E6D) is unknown color: approx Fiord. HEX triplet: 44, 5E and 6D. RGB value is (68,94,109). Sum of RGB (Red+Green+Blue) = 68+94+109=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #445E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E6D is #BBA192. Grayscale: #575757. Windows color (decimal): -12296595 or 7167556. OLE color: 7167556.

HSL color Cylindrical-coordinate representation of color #445E6D: hue angle of 201.95º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445E6D is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6894109-
CMYK0.380.1400.57
HSL201.95º23.16%34.71%-
HSV(B)201.95º37.61%42.75%-
XYZ9.1510.3415.98-
YUV87.94139.89113.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=25.09%
G=34.69%
B=40.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68941090.380.1400.57201.9523.1634.71
Hex445E6D26E039ca1723
Octal10413615546160713122743
Binary100010010111101101101100110111001110011100101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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