Html Css Color HEX #445D70 Fiord

📋 copy color: '#445D70'

red 68 ◦ green 93 ◦ blue 112

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

Shades of Fiord #445D70

Tints of Fiord #445D70

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

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

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

RGB 68 93 112 -
CMYK 0.39 0.17 0 0.56
HSL 205.91º 0.24% 0.35% -
HSV(B) 205.91º 0.39% 0.44% -
XYZ 9.22 10.23 16.82 -
YUV 87.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 68 93 112 0.39 0.17 0 0.56 205.91 0.24 0.35
Hex 44 5D 70 27 11 0 38 CE 18 23
Octal 104 135 160 47 21 0 70 316 30 43
Binary 1000100 1011101 1110000 100111 10001 0 111000 11001110 11000 100011

Color Harmonies of #445D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445D70

Black with #445D70

Text Example


Text Example

White with #445D70

Text Example


Text Example

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