#448f83

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

Shades of Lochinvar #448F83

Tints of Lochinvar #448F83

Color information

#448F83 (or 0x448F83) is unknown color: approx Lochinvar. HEX triplet: 44, 8F and 83. RGB value is (68,143,131). Sum of RGB (Red+Green+Blue) = 68+143+131=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 143 (56.25% from 255 or 41.81% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 143 - color contains mainly: green. Hex color #448F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F83 is #BB707C. Grayscale: #777777. Windows color (decimal): -12284029 or 8621892. OLE color: 8621892.

HSL color Cylindrical-coordinate representation of color #448F83: hue angle of 170.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448F83 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB68143131-
CMYK0.5200.080.44
HSL170.4º35.55%41.37%-
HSV(B)170.4º52.45%56.08%-
XYZ16.322.5124.96-
YUV119.21134.6591.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.88%
GREEN value IS 143 (56.25% from 255) = 41.81%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=19.88%
G=41.81%
B=38.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681431310.5200.080.44170.435.5541.37
Hex448F8334082Caa2429
Octal10421720364010542524451
Binary100010010001111100000111101000100010110010101010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448f83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448f83; }

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

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

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

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

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

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

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

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