Html Css Color HEX #44857D Lochinvar

📋 copy color: '#44857D'

red 68 ◦ green 133 ◦ blue 125

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

Shades of Lochinvar #44857D

Tints of Lochinvar #44857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.8%

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 20.86%
G = 40.8%
B = 38.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#44857D (or 0x44857D) is known color: Lochinvar. HEX triplet: 44, 85 and 7D. RGB value is (68,133,125). Sum of RGB (Red+Green+Blue) = 68+133+125=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 133 (52.34% from 255 or 40.80% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 133 - color contains mainly: green. Hex color #44857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44857D is #BB7A82. Grayscale: #707070. Windows color (decimal): -12286595 or 8226116. OLE color: 8226116.

HSL color Cylindrical-coordinate representation of color #44857D: hue angle of 172.62º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44857D is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 133 125 -
CMYK 0.49 0 0.06 0.48
HSL 172.62º 0.32% 0.39% -
HSV(B) 172.62º 0.49% 0.52% -
XYZ 14.47 19.48 22.4 -
YUV 112.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 68 133 125 0.49 0 0.06 0.48 172.62 0.32 0.39
Hex 44 85 7D 31 0 6 30 AD 20 27
Octal 104 205 175 61 0 6 60 255 40 47
Binary 1000100 10000101 1111101 110001 0 110 110000 10101101 100000 100111

Color Harmonies of #44857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44857D

Black with #44857D

Text Example


Text Example

White with #44857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,133,125); }

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

background-color css

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

 a { background-color: rgb(68,133,125); }

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

border-color css

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

 span { border-color: rgb(68,133,125); }

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