Html Css Color HEX #42877B Lochinvar

📋 copy color: '#42877B'

red 66 ◦ green 135 ◦ blue 123

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

Shades of Lochinvar #42877B

Tints of Lochinvar #42877B

RGB

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

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

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

R = 20.37%
G = 41.67%
B = 37.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#42877B (or 0x42877B) is known color: Lochinvar. HEX triplet: 42, 87 and 7B. RGB value is (66,135,123). Sum of RGB (Red+Green+Blue) = 66+135+123=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #42877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42877B is #BD7884. Grayscale: #707070. Windows color (decimal): -12417157 or 8095554. OLE color: 8095554.

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

Color convert

RGB 66 135 123 -
CMYK 0.51 0 0.09 0.47
HSL 169.57º 0.34% 0.39% -
HSV(B) 169.57º 0.51% 0.53% -
XYZ 14.49 19.92 21.82 -
YUV 113 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 66 135 123 0.51 0 0.09 0.47 169.57 0.34 0.39
Hex 42 87 7B 33 0 9 2F AA 22 27
Octal 102 207 173 63 0 11 57 252 42 47
Binary 1000010 10000111 1111011 110011 0 1001 101111 10101010 100010 100111

Color Harmonies of #42877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42877B

Black with #42877B

Text Example


Text Example

White with #42877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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