Html Css Color HEX #42857C Lochinvar

📋 copy color: '#42857C'

red 66 ◦ green 133 ◦ blue 124

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

Shades of Lochinvar #42857C

Tints of Lochinvar #42857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.18%

 BLUE value IS 124 (48.83% from 255) = 38.39%

R = 20.43%
G = 41.18%
B = 38.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#42857C (or 0x42857C) is known color: Lochinvar. HEX triplet: 42, 85 and 7C. RGB value is (66,133,124). Sum of RGB (Red+Green+Blue) = 66+133+124=323 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.43% from 323); Green value is 133 (52.34% from 255 or 41.18% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 133 - color contains mainly: green. Hex color #42857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42857C is #BD7A83. Grayscale: #6F6F6F. Windows color (decimal): -12417668 or 8160578. OLE color: 8160578.

HSL color Cylindrical-coordinate representation of color #42857C: hue angle of 171.94º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #42857C is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 124 -
CMYK 0.50 0 0.07 0.48
HSL 171.94º 0.34% 0.39% -
HSV(B) 171.94º 0.5% 0.52% -
XYZ 14.27 19.39 22.06 -
YUV 111.94 134.8 95.23 -
System Red Green Blue C M Y K H S L
Decimal 66 133 124 0.50 0 0.07 0.48 171.94 0.34 0.39
Hex 42 85 7C 32 0 7 30 AC 22 27
Octal 102 205 174 62 0 7 60 254 42 47
Binary 1000010 10000101 1111100 110010 0 111 110000 10101100 100010 100111

Color Harmonies of #42857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42857C

Black with #42857C

Text Example


Text Example

White with #42857C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42857C; }

 p { color: rgb(66,133,124); }

 H1.HeaderClassName
 {
   color: #42857C;
 }
 .AnyTagClassName
 {
   color: #42857C;
 }
</style>

background-color css

<style>
 a { background-color: #42857C; }

 a { background-color: rgb(66,133,124); }

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

border-color css

<style>
 span { border-color: #42857C; }

 span { border-color: rgb(66,133,124); }

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