Html Css Color HEX #42927C Lochinvar

📋 copy color: '#42927C'

red 66 ◦ green 146 ◦ blue 124

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

Shades of Lochinvar #42927C

Tints of Lochinvar #42927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.45%

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

R = 19.64%
G = 43.45%
B = 36.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#42927C (or 0x42927C) is known color: Lochinvar. HEX triplet: 42, 92 and 7C. RGB value is (66,146,124). Sum of RGB (Red+Green+Blue) = 66+146+124=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #42927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42927C is #BD6D83. Grayscale: #777777. Windows color (decimal): -12414340 or 8163906. OLE color: 8163906.

HSL color Cylindrical-coordinate representation of color #42927C: hue angle of 163.5º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42927C is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 146 124 -
CMYK 0.55 0 0.15 0.43
HSL 163.5º 0.38% 0.42% -
HSV(B) 163.5º 0.55% 0.57% -
XYZ 16.16 23.17 22.69 -
YUV 119.57 130.5 89.79 -
System Red Green Blue C M Y K H S L
Decimal 66 146 124 0.55 0 0.15 0.43 163.5 0.38 0.42
Hex 42 92 7C 37 0 F 2B A4 26 2A
Octal 102 222 174 67 0 17 53 244 46 52
Binary 1000010 10010010 1111100 110111 0 1111 101011 10100100 100110 101010

Color Harmonies of #42927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42927C

Black with #42927C

Text Example


Text Example

White with #42927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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