Html Css Color HEX #449287 Lochinvar

📋 copy color: '#449287'

red 68 ◦ green 146 ◦ blue 135

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

Shades of Lochinvar #449287

Tints of Lochinvar #449287

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.83%

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

R = 19.48%
G = 41.83%
B = 38.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#449287 (or 0x449287) is known color: Lochinvar. HEX triplet: 44, 92 and 87. RGB value is (68,146,135). Sum of RGB (Red+Green+Blue) = 68+146+135=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 146 - color contains mainly: green. Hex color #449287 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449287 is #BB6D78. Grayscale: #797979. Windows color (decimal): -12283257 or 8884804. OLE color: 8884804.

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

Color convert

RGB 68 146 135 -
CMYK 0.53 0 0.08 0.43
HSL 171.54º 0.36% 0.42% -
HSV(B) 171.54º 0.53% 0.57% -
XYZ 17.04 23.54 26.57 -
YUV 121.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 68 146 135 0.53 0 0.08 0.43 171.54 0.36 0.42
Hex 44 92 87 35 0 8 2B AC 24 2A
Octal 104 222 207 65 0 10 53 254 44 52
Binary 1000100 10010010 10000111 110101 0 1000 101011 10101100 100100 101010

Color Harmonies of #449287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449287

Black with #449287

Text Example


Text Example

White with #449287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449287; }

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

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

background-color css

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

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

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

border-color css

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

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

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