Html Css Color HEX #42897E Lochinvar

📋 copy color: '#42897E'

red 66 ◦ green 137 ◦ blue 126

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

Shades of Lochinvar #42897E

Tints of Lochinvar #42897E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.3%

R = 20.06%
G = 41.64%
B = 38.3%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#42897E (or 0x42897E) is known color: Lochinvar. HEX triplet: 42, 89 and 7E. RGB value is (66,137,126). Sum of RGB (Red+Green+Blue) = 66+137+126=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #42897E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42897E is #BD7681. Grayscale: #727272. Windows color (decimal): -12416642 or 8292674. OLE color: 8292674.

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

Color convert

RGB 66 137 126 -
CMYK 0.52 0 0.08 0.46
HSL 170.7º 0.35% 0.4% -
HSV(B) 170.7º 0.52% 0.54% -
XYZ 14.96 20.56 22.92 -
YUV 114.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 66 137 126 0.52 0 0.08 0.46 170.7 0.35 0.4
Hex 42 89 7E 34 0 8 2E AB 23 28
Octal 102 211 176 64 0 10 56 253 43 50
Binary 1000010 10001001 1111110 110100 0 1000 101110 10101011 100011 101000

Color Harmonies of #42897E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42897E

Black with #42897E

Text Example


Text Example

White with #42897E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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