Html Css Color HEX #44988D Lochinvar

📋 copy color: '#44988D'

red 68 ◦ green 152 ◦ blue 141

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

Shades of Lochinvar #44988D

Tints of Lochinvar #44988D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 18.84%
G = 42.11%
B = 39.06%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#44988D (or 0x44988D) is known color: Lochinvar. HEX triplet: 44, 98 and 8D. RGB value is (68,152,141). Sum of RGB (Red+Green+Blue) = 68+152+141=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 152 - color contains mainly: green. Hex color #44988D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44988D is #BB6772. Grayscale: #7D7D7D. Windows color (decimal): -12281715 or 9279556. OLE color: 9279556.

HSL color Cylindrical-coordinate representation of color #44988D: hue angle of 172.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44988D is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 141 -
CMYK 0.55 0 0.07 0.40
HSL 172.14º 0.38% 0.43% -
HSV(B) 172.14º 0.55% 0.6% -
XYZ 18.42 25.61 29.17 -
YUV 125.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 68 152 141 0.55 0 0.07 0.40 172.14 0.38 0.43
Hex 44 98 8D 37 0 7 28 AC 26 2B
Octal 104 230 215 67 0 7 50 254 46 53
Binary 1000100 10011000 10001101 110111 0 111 101000 10101100 100110 101011

Color Harmonies of #44988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44988D

Black with #44988D

Text Example


Text Example

White with #44988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,152,141); }

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

background-color css

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

 a { background-color: rgb(68,152,141); }

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

border-color css

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

 span { border-color: rgb(68,152,141); }

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