Html Css Color HEX #44988C Lochinvar

📋 copy color: '#44988C'

red 68 ◦ green 152 ◦ blue 140

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

Shades of Lochinvar #44988C

Tints of Lochinvar #44988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.89%

R = 18.89%
G = 42.22%
B = 38.89%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#44988C (or 0x44988C) is known color: Lochinvar. HEX triplet: 44, 98 and 8C. RGB value is (68,152,140). Sum of RGB (Red+Green+Blue) = 68+152+140=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #44988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44988C is #BB6773. Grayscale: #7D7D7D. Windows color (decimal): -12281716 or 9214020. OLE color: 9214020.

HSL color Cylindrical-coordinate representation of color #44988C: hue angle of 171.43º 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 #44988C is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 140 -
CMYK 0.55 0 0.08 0.40
HSL 171.43º 0.38% 0.43% -
HSV(B) 171.43º 0.55% 0.6% -
XYZ 18.35 25.58 28.78 -
YUV 125.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 68 152 140 0.55 0 0.08 0.40 171.43 0.38 0.43
Hex 44 98 8C 37 0 8 28 AB 26 2B
Octal 104 230 214 67 0 10 50 253 46 53
Binary 1000100 10011000 10001100 110111 0 1000 101000 10101011 100110 101011

Color Harmonies of #44988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44988C

Black with #44988C

Text Example


Text Example

White with #44988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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