Html Css Color HEX #42867E Lochinvar

📋 copy color: '#42867E'

red 66 ◦ green 134 ◦ blue 126

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

Shades of Lochinvar #42867E

Tints of Lochinvar #42867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 20.25%
G = 41.1%
B = 38.65%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#42867E (or 0x42867E) is known color: Lochinvar. HEX triplet: 42, 86 and 7E. RGB value is (66,134,126). Sum of RGB (Red+Green+Blue) = 66+134+126=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #42867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42867E is #BD7981. Grayscale: #707070. Windows color (decimal): -12417410 or 8291906. OLE color: 8291906.

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

Color convert

RGB 66 134 126 -
CMYK 0.51 0 0.06 0.47
HSL 172.94º 0.34% 0.39% -
HSV(B) 172.94º 0.51% 0.53% -
XYZ 14.54 19.71 22.78 -
YUV 112.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 66 134 126 0.51 0 0.06 0.47 172.94 0.34 0.39
Hex 42 86 7E 33 0 6 2F AD 22 27
Octal 102 206 176 63 0 6 57 255 42 47
Binary 1000010 10000110 1111110 110011 0 110 101111 10101101 100010 100111

Color Harmonies of #42867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42867E

Black with #42867E

Text Example


Text Example

White with #42867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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