Html Css Color HEX #42877D Lochinvar

📋 copy color: '#42877D'

red 66 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #42877D

Tints of Lochinvar #42877D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 20.25%
G = 41.41%
B = 38.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#42877D (or 0x42877D) is known color: Lochinvar. HEX triplet: 42, 87 and 7D. RGB value is (66,135,125). Sum of RGB (Red+Green+Blue) = 66+135+125=326 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.25% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #42877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877D is #BD7882. Grayscale: #717171. Windows color (decimal): -12417155 or 8226626. OLE color: 8226626.

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

Color convert

RGB 66 135 125 -
CMYK 0.51 0 0.07 0.47
HSL 171.3º 0.34% 0.39% -
HSV(B) 171.3º 0.51% 0.53% -
XYZ 14.61 19.97 22.49 -
YUV 113.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 66 135 125 0.51 0 0.07 0.47 171.3 0.34 0.39
Hex 42 87 7D 33 0 7 2F AB 22 27
Octal 102 207 175 63 0 7 57 253 42 47
Binary 1000010 10000111 1111101 110011 0 111 101111 10101011 100010 100111

Color Harmonies of #42877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42877D

Black with #42877D

Text Example


Text Example

White with #42877D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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