#469278

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

Shades of Lochinvar #469278

Tints of Lochinvar #469278

Color information

#469278 (or 0x469278) is unknown color: approx Lochinvar. HEX triplet: 46, 92 and 78. RGB value is (70,146,120). Sum of RGB (Red+Green+Blue) = 70+146+120=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #469278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469278 is #B96D87. Grayscale: #787878. Windows color (decimal): -12152200 or 7901766. OLE color: 7901766.

HSL color Cylindrical-coordinate representation of color #469278: hue angle of 159.47º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469278 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB70146120-
CMYK0.5200.180.43
HSL159.47º35.19%42.35%-
HSV(B)159.47º52.05%57.25%-
XYZ16.1923.2221.4-
YUV120.31127.8292.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 120 (47.27% from 255) = 35.71%
R=20.83%
G=43.45%
B=35.71%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal701461200.5200.180.43159.4735.1942.35
Hex469278340122B9f232a
Octal10622217064022532374352
Binary100011010010010111100011010001001010101110011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469278; }

 p { color: rgb(70,146,120); }

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

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

 a { background-color: rgb(70,146,120); }

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

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

 span { border-color: rgb(70,146,120); }

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