Html Css Color HEX #445E71 Fiord

📋 copy color: '#445E71'

red 68 ◦ green 94 ◦ blue 113

#445E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiord #445E71

Tints of Fiord #445E71

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 value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445E71 (or 0x445E71) is known color: 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

RGB 68 94 113 -
CMYK 0.40 0.17 0 0.56
HSL 205.33º 0.25% 0.35% -
HSV(B) 205.33º 0.4% 0.44% -
XYZ 9.37 10.43 17.14 -
YUV 88.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 68 94 113 0.40 0.17 0 0.56 205.33 0.25 0.35
Hex 44 5E 71 28 11 0 38 CD 19 23
Octal 104 136 161 50 21 0 70 315 31 43
Binary 1000100 1011110 1110001 101000 10001 0 111000 11001101 11001 100011

Color Harmonies of #445E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445E71

Black with #445E71

Text Example


Text Example

White with #445E71

Text Example


Text Example

HTML Codes & Css Web 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>