#428781

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

Shades of Lochinvar #428781

Tints of Lochinvar #428781

Color information

#428781 (or 0x428781) is unknown color: approx Lochinvar. HEX triplet: 42, 87 and 81. RGB value is (66,135,129). Sum of RGB (Red+Green+Blue) = 66+135+129=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #428781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428781 is #BD787E. Grayscale: #717171. Windows color (decimal): -12417151 or 8488770. OLE color: 8488770.

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

Color convert

RGB66135129-
CMYK0.5100.040.47
HSL174.78º34.33%39.41%-
HSV(B)174.78º51.11%52.94%-
XYZ14.8720.0723.86-
YUV113.68136.6493.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 135 (53.12% from 255) = 40.91%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=20%
G=40.91%
B=39.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351290.5100.040.47174.7834.3339.41
Hex42878133042Faf2227
Octal1022072016304572574247
Binary10000101000011110000001110011010010111110101111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428781; }

 p { color: rgb(66,135,129); }

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

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

 a { background-color: rgb(66,135,129); }

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

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

 span { border-color: rgb(66,135,129); }

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