Html Css Color HEX #42857B Lochinvar

📋 copy color: '#42857B'

red 66 ◦ green 133 ◦ blue 123

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

Shades of Lochinvar #42857B

Tints of Lochinvar #42857B

RGB

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

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

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

R = 20.5%
G = 41.3%
B = 38.2%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#42857B (or 0x42857B) is known color: Lochinvar. HEX triplet: 42, 85 and 7B. RGB value is (66,133,123). Sum of RGB (Red+Green+Blue) = 66+133+123=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #42857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42857B is #BD7A84. Grayscale: #6F6F6F. Windows color (decimal): -12417669 or 8095042. OLE color: 8095042.

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

Color convert

RGB 66 133 123 -
CMYK 0.50 0 0.08 0.48
HSL 171.04º 0.34% 0.39% -
HSV(B) 171.04º 0.5% 0.52% -
XYZ 14.21 19.36 21.73 -
YUV 111.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 66 133 123 0.50 0 0.08 0.48 171.04 0.34 0.39
Hex 42 85 7B 32 0 8 30 AB 22 27
Octal 102 205 173 62 0 10 60 253 42 47
Binary 1000010 10000101 1111011 110010 0 1000 110000 10101011 100010 100111

Color Harmonies of #42857B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42857B

Black with #42857B

Text Example


Text Example

White with #42857B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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