#469B89

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

Shades of Lochinvar #469B89

Tints of Lochinvar #469B89

Color information

#469B89 (or 0x469B89) is unknown color: approx Lochinvar. HEX triplet: 46, 9B and 89. RGB value is (70,155,137). Sum of RGB (Red+Green+Blue) = 70+155+137=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #469B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469B89 is #B96476. Grayscale: #7F7F7F. Windows color (decimal): -12149879 or 9018182. OLE color: 9018182.

HSL color Cylindrical-coordinate representation of color #469B89: hue angle of 167.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469B89 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB70155137-
CMYK0.5500.120.39
HSL167.29º37.78%44.12%-
HSV(B)167.29º54.84%60.78%-
XYZ18.7626.5527.8-
YUV127.53133.3486.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.34%
GREEN value IS 155 (60.94% from 255) = 42.82%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=19.34%
G=42.82%
B=37.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701551370.5500.120.39167.2937.7844.12
Hex469B89370C27a7262c
Octal10623321167014472474654
Binary100011010011011100010011101110110010011110100111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469B89; }

 p { color: rgb(70,155,137); }

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

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

 a { background-color: rgb(70,155,137); }

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

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

 span { border-color: rgb(70,155,137); }

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