Html Css Color HEX #44968D Lochinvar

📋 copy color: '#44968D'

red 68 ◦ green 150 ◦ blue 141

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

Shades of Lochinvar #44968D

Tints of Lochinvar #44968D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 18.94%
G = 41.78%
B = 39.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.06

 K value IS 0.41

RGB Variations

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

Color information

#44968D (or 0x44968D) is known color: Lochinvar. HEX triplet: 44, 96 and 8D. RGB value is (68,150,141). Sum of RGB (Red+Green+Blue) = 68+150+141=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 150 - color contains mainly: green. Hex color #44968D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44968D is #BB6972. Grayscale: #7C7C7C. Windows color (decimal): -12282227 or 9279044. OLE color: 9279044.

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

Color convert

RGB 68 150 141 -
CMYK 0.55 0 0.06 0.41
HSL 173.41º 0.38% 0.43% -
HSV(B) 173.41º 0.55% 0.59% -
XYZ 18.1 24.96 29.06 -
YUV 124.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 68 150 141 0.55 0 0.06 0.41 173.41 0.38 0.43
Hex 44 96 8D 37 0 6 29 AD 26 2B
Octal 104 226 215 67 0 6 51 255 46 53
Binary 1000100 10010110 10001101 110111 0 110 101001 10101101 100110 101011

Color Harmonies of #44968D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44968D

Black with #44968D

Text Example


Text Example

White with #44968D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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