Html Css Color HEX #449489 Lochinvar

📋 copy color: '#449489'

red 68 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #449489

Tints of Lochinvar #449489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 137 (53.91% from 255) = 38.81%

R = 19.26%
G = 41.93%
B = 38.81%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#449489 (or 0x449489) is known color: Lochinvar. HEX triplet: 44, 94 and 89. RGB value is (68,148,137). Sum of RGB (Red+Green+Blue) = 68+148+137=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #449489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449489 is #BB6B76. Grayscale: #7A7A7A. Windows color (decimal): -12282743 or 9016388. OLE color: 9016388.

HSL color Cylindrical-coordinate representation of color #449489: hue angle of 171.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449489 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 148 137 -
CMYK 0.54 0 0.07 0.42
HSL 171.75º 0.37% 0.42% -
HSV(B) 171.75º 0.54% 0.58% -
XYZ 17.49 24.21 27.42 -
YUV 122.83 136 88.89 -
System Red Green Blue C M Y K H S L
Decimal 68 148 137 0.54 0 0.07 0.42 171.75 0.37 0.42
Hex 44 94 89 36 0 7 2A AC 25 2A
Octal 104 224 211 66 0 7 52 254 45 52
Binary 1000100 10010100 10001001 110110 0 111 101010 10101100 100101 101010

Color Harmonies of #449489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449489

Black with #449489

Text Example


Text Example

White with #449489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449489; }

 p { color: rgb(68,148,137); }

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

background-color css

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

 a { background-color: rgb(68,148,137); }

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

border-color css

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

 span { border-color: rgb(68,148,137); }

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