Html Css Color HEX #449187 Lochinvar

📋 copy color: '#449187'

red 68 ◦ green 145 ◦ blue 135

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

Shades of Lochinvar #449187

Tints of Lochinvar #449187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 19.54%
G = 41.67%
B = 38.79%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#449187 (or 0x449187) is known color: Lochinvar. HEX triplet: 44, 91 and 87. RGB value is (68,145,135). Sum of RGB (Red+Green+Blue) = 68+145+135=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #449187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449187 is #BB6E78. Grayscale: #787878. Windows color (decimal): -12283513 or 8884548. OLE color: 8884548.

HSL color Cylindrical-coordinate representation of color #449187: hue angle of 172.21º 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 #449187 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 145 135 -
CMYK 0.53 0 0.07 0.43
HSL 172.21º 0.36% 0.42% -
HSV(B) 172.21º 0.53% 0.57% -
XYZ 16.88 23.23 26.52 -
YUV 120.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 68 145 135 0.53 0 0.07 0.43 172.21 0.36 0.42
Hex 44 91 87 35 0 7 2B AC 24 2A
Octal 104 221 207 65 0 7 53 254 44 52
Binary 1000100 10010001 10000111 110101 0 111 101011 10101100 100100 101010

Color Harmonies of #449187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449187

Black with #449187

Text Example


Text Example

White with #449187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449187; }

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

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

background-color css

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

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

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

border-color css

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

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

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