Html Css Color HEX #44606D Fiord

📋 copy color: '#44606D'

red 68 ◦ green 96 ◦ blue 109

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

Shades of Fiord #44606D

Tints of Fiord #44606D

RGB

 RED value IS 68 (26.95% from 255) = 24.91%

 GREEN value IS 96 (37.89% from 255) = 35.16%

 BLUE value IS 109 (42.97% from 255) = 39.93%

R = 24.91%
G = 35.16%
B = 39.93%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44606D (or 0x44606D) is known color: Fiord. HEX triplet: 44, 60 and 6D. RGB value is (68,96,109). Sum of RGB (Red+Green+Blue) = 68+96+109=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 109 - color contains mainly: blue. Hex color #44606D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44606D is #BB9F92. Grayscale: #595959. Windows color (decimal): -12296083 or 7168068. OLE color: 7168068.

HSL color Cylindrical-coordinate representation of color #44606D: hue angle of 199.02º 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 #44606D is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 96 109 -
CMYK 0.38 0.12 0 0.57
HSL 199.02º 0.23% 0.35% -
HSV(B) 199.02º 0.38% 0.43% -
XYZ 9.33 10.7 16.04 -
YUV 89.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 68 96 109 0.38 0.12 0 0.57 199.02 0.23 0.35
Hex 44 60 6D 26 C 0 39 C7 17 23
Octal 104 140 155 46 14 0 71 307 27 43
Binary 1000100 1100000 1101101 100110 1100 0 111001 11000111 10111 100011

Color Harmonies of #44606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44606D

Black with #44606D

Text Example


Text Example

White with #44606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44606D; }

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

 H1.HeaderClassName
 {
   color: #44606D;
 }
 .AnyTagClassName
 {
   color: #44606D;
 }
</style>

background-color css

<style>
 a { background-color: #44606D; }

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

 div.DivClassName
 {
   background-color: #44606D;
 }
 .BgClassName
 {
   background-color: #44606D;
 }
</style>

border-color css

<style>
 span { border-color: #44606D; }

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

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