Html Css Color HEX #449A89 Lochinvar

📋 copy color: '#449A89'

red 68 ◦ green 154 ◦ blue 137

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

Shades of Lochinvar #449A89

Tints of Lochinvar #449A89

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.9%

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

R = 18.94%
G = 42.9%
B = 38.16%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#449A89 (or 0x449A89) is known color: Lochinvar. HEX triplet: 44, 9A and 89. RGB value is (68,154,137). Sum of RGB (Red+Green+Blue) = 68+154+137=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 154 - color contains mainly: green. Hex color #449A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A89 is #BB6576. Grayscale: #7E7E7E. Windows color (decimal): -12281207 or 9017924. OLE color: 9017924.

HSL color Cylindrical-coordinate representation of color #449A89: hue angle of 168.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A89 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 137 -
CMYK 0.56 0 0.11 0.40
HSL 168.14º 0.39% 0.44% -
HSV(B) 168.14º 0.56% 0.6% -
XYZ 18.45 26.15 27.74 -
YUV 126.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 68 154 137 0.56 0 0.11 0.40 168.14 0.39 0.44
Hex 44 9A 89 38 0 B 28 A8 27 2C
Octal 104 232 211 70 0 13 50 250 47 54
Binary 1000100 10011010 10001001 111000 0 1011 101000 10101000 100111 101100

Color Harmonies of #449A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A89

Black with #449A89

Text Example


Text Example

White with #449A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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