Html Css Color HEX #42897A Lochinvar

📋 copy color: '#42897A'

red 66 ◦ green 137 ◦ blue 122

#42897A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #42897A

Tints of Lochinvar #42897A

RGB

 RED value IS 66 (26.17% from 255) = 20.31%

 GREEN value IS 137 (53.91% from 255) = 42.15%

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 20.31%
G = 42.15%
B = 37.54%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#42897A (or 0x42897A) is known color: Lochinvar. HEX triplet: 42, 89 and 7A. RGB value is (66,137,122). Sum of RGB (Red+Green+Blue) = 66+137+122=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 137 - color contains mainly: green. Hex color #42897A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42897A is #BD7685. Grayscale: #727272. Windows color (decimal): -12416646 or 8030530. OLE color: 8030530.

HSL color Cylindrical-coordinate representation of color #42897A: hue angle of 167.32º 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 #42897A is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 137 122 -
CMYK 0.52 0 0.11 0.46
HSL 167.32º 0.35% 0.4% -
HSV(B) 167.32º 0.52% 0.54% -
XYZ 14.71 20.45 21.59 -
YUV 114.06 132.48 93.72 -
System Red Green Blue C M Y K H S L
Decimal 66 137 122 0.52 0 0.11 0.46 167.32 0.35 0.4
Hex 42 89 7A 34 0 B 2E A7 23 28
Octal 102 211 172 64 0 13 56 247 43 50
Binary 1000010 10001001 1111010 110100 0 1011 101110 10100111 100011 101000

Color Harmonies of #42897A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42897A

Black with #42897A

Text Example


Text Example

White with #42897A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42897A; }

 p { color: rgb(66,137,122); }

 H1.HeaderClassName
 {
   color: #42897A;
 }
 .AnyTagClassName
 {
   color: #42897A;
 }
</style>

background-color css

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

 a { background-color: rgb(66,137,122); }

 div.DivClassName
 {
   background-color: #42897A;
 }
 .BgClassName
 {
   background-color: #42897A;
 }
</style>

border-color css

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

 span { border-color: rgb(66,137,122); }

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