Html Css Color HEX #449188 Lochinvar

📋 copy color: '#449188'

red 68 ◦ green 145 ◦ blue 136

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

Shades of Lochinvar #449188

Tints of Lochinvar #449188

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

 BLUE value IS 136 (53.52% from 255) = 38.97%

R = 19.48%
G = 41.55%
B = 38.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#449188 (or 0x449188) is known color: Lochinvar. HEX triplet: 44, 91 and 88. RGB value is (68,145,136). Sum of RGB (Red+Green+Blue) = 68+145+136=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #449188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449188 is #BB6E77. Grayscale: #787878. Windows color (decimal): -12283512 or 8950084. OLE color: 8950084.

HSL color Cylindrical-coordinate representation of color #449188: hue angle of 172.99º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449188 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 136 -
CMYK 0.53 0 0.06 0.43
HSL 172.99º 0.36% 0.42% -
HSV(B) 172.99º 0.53% 0.57% -
XYZ 16.95 23.26 26.89 -
YUV 120.95 136.49 90.23 -
System Red Green Blue C M Y K H S L
Decimal 68 145 136 0.53 0 0.06 0.43 172.99 0.36 0.42
Hex 44 91 88 35 0 6 2B AD 24 2A
Octal 104 221 210 65 0 6 53 255 44 52
Binary 1000100 10010001 10001000 110101 0 110 101011 10101101 100100 101010

Color Harmonies of #449188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449188

Black with #449188

Text Example


Text Example

White with #449188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449188; }

 p { color: rgb(68,145,136); }

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

background-color css

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

 a { background-color: rgb(68,145,136); }

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

border-color css

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

 span { border-color: rgb(68,145,136); }

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