#448680

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

Shades of Lochinvar #448680

Tints of Lochinvar #448680

Color information

#448680 (or 0x448680) is unknown color: approx Lochinvar. HEX triplet: 44, 86 and 80. RGB value is (68,134,128). Sum of RGB (Red+Green+Blue) = 68+134+128=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 134 - color contains mainly: green. Hex color #448680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448680 is #BB797F. Grayscale: #717171. Windows color (decimal): -12286336 or 8422980. OLE color: 8422980.

HSL color Cylindrical-coordinate representation of color #448680: hue angle of 174.55º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #448680 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB68134128-
CMYK0.4900.040.47
HSL174.55º32.67%39.61%-
HSV(B)174.55º49.25%52.55%-
XYZ14.8119.8423.47-
YUV113.58136.1395.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 128 (50.39% from 255) = 38.79%
R=20.61%
G=40.61%
B=38.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal681341280.4900.040.47174.5532.6739.61
Hex44868031042Faf2128
Octal1042062006104572574150
Binary10001001000011010000000110001010010111110101111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448680; }

 p { color: rgb(68,134,128); }

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

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

 a { background-color: rgb(68,134,128); }

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

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

 span { border-color: rgb(68,134,128); }

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