Html Css Color HEX #42897B Lochinvar

📋 copy color: '#42897B'

red 66 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #42897B

Tints of Lochinvar #42897B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.73%

R = 20.25%
G = 42.02%
B = 37.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#42897B (or 0x42897B) is known color: Lochinvar. HEX triplet: 42, 89 and 7B. RGB value is (66,137,123). Sum of RGB (Red+Green+Blue) = 66+137+123=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 137 - color contains mainly: green. Hex color #42897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42897B is #BD7684. Grayscale: #727272. Windows color (decimal): -12416645 or 8096066. OLE color: 8096066.

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

Color convert

RGB 66 137 123 -
CMYK 0.52 0 0.10 0.46
HSL 168.17º 0.35% 0.4% -
HSV(B) 168.17º 0.52% 0.54% -
XYZ 14.77 20.48 21.91 -
YUV 114.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 66 137 123 0.52 0 0.10 0.46 168.17 0.35 0.4
Hex 42 89 7B 34 0 A 2E A8 23 28
Octal 102 211 173 64 0 12 56 250 43 50
Binary 1000010 10001001 1111011 110100 0 1010 101110 10101000 100011 101000

Color Harmonies of #42897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42897B

Black with #42897B

Text Example


Text Example

White with #42897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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