#42877B

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

Shades of Lochinvar #42877B

Tints of Lochinvar #42877B

Color information

#42877B (or 0x42877B) is unknown color: approx Lochinvar. HEX triplet: 42, 87 and 7B. RGB value is (66,135,123). Sum of RGB (Red+Green+Blue) = 66+135+123=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #42877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877B is #BD7884. Grayscale: #707070. Windows color (decimal): -12417157 or 8095554. OLE color: 8095554.

HSL color Cylindrical-coordinate representation of color #42877B: hue angle of 169.57º 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 #42877B is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB66135123-
CMYK0.5100.090.47
HSL169.57º34.33%39.41%-
HSV(B)169.57º51.11%52.94%-
XYZ14.4919.9221.82-
YUV113133.6494.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 135 (53.12% from 255) = 41.67%
BLUE value IS 123 (48.44% from 255) = 37.96%
R=20.37%
G=41.67%
B=37.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351230.5100.090.47169.5734.3339.41
Hex42877B33092Faa2227
Octal10220717363011572524247
Binary10000101000011111110111100110100110111110101010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42877B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42877B; }

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

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

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

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

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

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

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

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