Html Css Color HEX #449689 Lochinvar

📋 copy color: '#449689'

red 68 ◦ green 150 ◦ blue 137

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

Shades of Lochinvar #449689

Tints of Lochinvar #449689

RGB

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

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

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

R = 19.15%
G = 42.25%
B = 38.59%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#449689 (or 0x449689) is known color: Lochinvar. HEX triplet: 44, 96 and 89. RGB value is (68,150,137). Sum of RGB (Red+Green+Blue) = 68+150+137=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 137 (53.91% from 255 or 38.59% from 355); Max value from RGB is 150 - color contains mainly: green. Hex color #449689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449689 is #BB6976. Grayscale: #7B7B7B. Windows color (decimal): -12282231 or 9016900. OLE color: 9016900.

HSL color Cylindrical-coordinate representation of color #449689: hue angle of 170.49º 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 #449689 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 137 -
CMYK 0.55 0 0.09 0.41
HSL 170.49º 0.38% 0.43% -
HSV(B) 170.49º 0.55% 0.59% -
XYZ 17.81 24.85 27.52 -
YUV 124 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 68 150 137 0.55 0 0.09 0.41 170.49 0.38 0.43
Hex 44 96 89 37 0 9 29 AA 26 2B
Octal 104 226 211 67 0 11 51 252 46 53
Binary 1000100 10010110 10001001 110111 0 1001 101001 10101010 100110 101011

Color Harmonies of #449689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449689

Black with #449689

Text Example


Text Example

White with #449689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449689; }

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

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

background-color css

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

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

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

border-color css

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

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

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