#449283

Color #449283 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #449283

Tints of Lochinvar #449283

Color information

#449283 (or 0x449283) is unknown color: approx Lochinvar. HEX triplet: 44, 92 and 83. RGB value is (68,146,131). Sum of RGB (Red+Green+Blue) = 68+146+131=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #449283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449283 is #BB6D7C. Grayscale: #787878. Windows color (decimal): -12283261 or 8622660. OLE color: 8622660.

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

Color convert

RGB68146131-
CMYK0.5300.100.43
HSL168.46º36.45%41.96%-
HSV(B)168.46º53.42%57.25%-
XYZ16.7623.4325.11-
YUV120.97133.6690.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 131 (51.56% from 255) = 37.97%
R=19.71%
G=42.32%
B=37.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681461310.5300.100.43168.4636.4541.96
Hex449283350A2Ba8242a
Octal10422220365012532504452
Binary100010010010010100000111101010101010101110101000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449283; }

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

 H1.HeaderClassName
 {
   color: #449283;
 }
 .AnyTagClassName
 {
   color: #449283;
 }
</style>
background-color css

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

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

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

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

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

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