Html Css Color HEX #42897D Lochinvar

📋 copy color: '#42897D'

red 66 ◦ green 137 ◦ blue 125

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

Shades of Lochinvar #42897D

Tints of Lochinvar #42897D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.11%

R = 20.12%
G = 41.77%
B = 38.11%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#42897D (or 0x42897D) is known color: Lochinvar. HEX triplet: 42, 89 and 7D. RGB value is (66,137,125). Sum of RGB (Red+Green+Blue) = 66+137+125=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #42897D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42897D is #BD7682. Grayscale: #727272. Windows color (decimal): -12416643 or 8227138. OLE color: 8227138.

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

Color convert

RGB 66 137 125 -
CMYK 0.52 0 0.09 0.46
HSL 169.86º 0.35% 0.4% -
HSV(B) 169.86º 0.52% 0.54% -
XYZ 14.89 20.53 22.58 -
YUV 114.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 66 137 125 0.52 0 0.09 0.46 169.86 0.35 0.4
Hex 42 89 7D 34 0 9 2E AA 23 28
Octal 102 211 175 64 0 11 56 252 43 50
Binary 1000010 10001001 1111101 110100 0 1001 101110 10101010 100011 101000

Color Harmonies of #42897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42897D

Black with #42897D

Text Example


Text Example

White with #42897D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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