#469C8D

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

Shades of Lochinvar #469C8D

Tints of Lochinvar #469C8D

Color information

#469C8D (or 0x469C8D) is unknown color: approx Lochinvar. HEX triplet: 46, 9C and 8D. RGB value is (70,156,141). Sum of RGB (Red+Green+Blue) = 70+156+141=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 156 (61.33% from 255 or 42.51% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 156 - color contains mainly: green. Hex color #469C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #469C8D is #B96372. Grayscale: #808080. Windows color (decimal): -12149619 or 9280582. OLE color: 9280582.

HSL color Cylindrical-coordinate representation of color #469C8D: hue angle of 169.53º 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 #469C8D is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB70156141-
CMYK0.5500.100.39
HSL169.53º38.05%44.31%-
HSV(B)169.53º55.13%61.18%-
XYZ19.222729.4-
YUV128.58135.0186.22-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.07%
GREEN value IS 156 (61.33% from 255) = 42.51%
BLUE value IS 141 (55.47% from 255) = 38.42%
R=19.07%
G=42.51%
B=38.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701561410.5500.100.39169.5338.0544.31
Hex469C8D370A27aa262c
Octal10623421567012472524654
Binary100011010011100100011011101110101010011110101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,156,141); }

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

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

 a { background-color: rgb(70,156,141); }

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

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

 span { border-color: rgb(70,156,141); }

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