#469988

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

Shades of Lochinvar #469988

Tints of Lochinvar #469988

Color information

#469988 (or 0x469988) is unknown color: approx Lochinvar. HEX triplet: 46, 99 and 88. RGB value is (70,153,136). Sum of RGB (Red+Green+Blue) = 70+153+136=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #469988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469988 is #B96677. Grayscale: #7E7E7E. Windows color (decimal): -12150392 or 8952134. OLE color: 8952134.

HSL color Cylindrical-coordinate representation of color #469988: hue angle of 167.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469988 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB70153136-
CMYK0.5400.110.4
HSL167.71º37.22%43.73%-
HSV(B)167.71º54.25%60%-
XYZ18.3625.8627.32-
YUV126.24133.587.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=19.50%
G=42.62%
B=37.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701531360.5400.110.4167.7137.2243.73
Hex469988360B28a8252c
Octal10623121066013502504554
Binary100011010011001100010001101100101110100010101000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469988; }

 p { color: rgb(70,153,136); }

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

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

 a { background-color: rgb(70,153,136); }

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

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

 span { border-color: rgb(70,153,136); }

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