Html Css Color HEX #42857D Lochinvar

📋 copy color: '#42857D'

red 66 ◦ green 133 ◦ blue 125

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

Shades of Lochinvar #42857D

Tints of Lochinvar #42857D

RGB

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

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

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

R = 20.37%
G = 41.05%
B = 38.58%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#42857D (or 0x42857D) is known color: Lochinvar. HEX triplet: 42, 85 and 7D. RGB value is (66,133,125). Sum of RGB (Red+Green+Blue) = 66+133+125=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 133 - color contains mainly: green. Hex color #42857D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42857D is #BD7A82. Grayscale: #707070. Windows color (decimal): -12417667 or 8226114. OLE color: 8226114.

HSL color Cylindrical-coordinate representation of color #42857D: hue angle of 172.84º 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 #42857D is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 133 125 -
CMYK 0.50 0 0.06 0.48
HSL 172.84º 0.34% 0.39% -
HSV(B) 172.84º 0.5% 0.52% -
XYZ 14.34 19.41 22.39 -
YUV 112.06 135.3 95.15 -
System Red Green Blue C M Y K H S L
Decimal 66 133 125 0.50 0 0.06 0.48 172.84 0.34 0.39
Hex 42 85 7D 32 0 6 30 AD 22 27
Octal 102 205 175 62 0 6 60 255 42 47
Binary 1000010 10000101 1111101 110010 0 110 110000 10101101 100010 100111

Color Harmonies of #42857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42857D

Black with #42857D

Text Example


Text Example

White with #42857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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