#428A7C

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

Shades of Lochinvar #428A7C

Tints of Lochinvar #428A7C

Color information

#428A7C (or 0x428A7C) is unknown color: approx Lochinvar. HEX triplet: 42, 8A and 7C. RGB value is (66,138,124). Sum of RGB (Red+Green+Blue) = 66+138+124=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #428A7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #428A7C is #BD7583. Grayscale: #727272. Windows color (decimal): -12416388 or 8161858. OLE color: 8161858.

HSL color Cylindrical-coordinate representation of color #428A7C: hue angle of 168.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #428A7C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB66138124-
CMYK0.5200.100.46
HSL168.33º35.29%40%-
HSV(B)168.33º52.17%54.12%-
XYZ14.9720.7922.29-
YUV114.88133.1593.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 138 (54.30% from 255) = 42.07%
BLUE value IS 124 (48.83% from 255) = 37.80%
R=20.12%
G=42.07%
B=37.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal661381240.5200.100.46168.3335.2940
Hex428A7C340A2Ea82328
Octal10221217464012562504350
Binary10000101000101011111001101000101010111010101000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428A7C; }

 p { color: rgb(66,138,124); }

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

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

 a { background-color: rgb(66,138,124); }

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

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

 span { border-color: rgb(66,138,124); }

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