Html Css Color HEX #40927C Lochinvar

📋 copy color: '#40927C'

red 64 ◦ green 146 ◦ blue 124

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

Shades of Lochinvar #40927C

Tints of Lochinvar #40927C

RGB

 RED value IS 64 (25.39% from 255) = 19.16%

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

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

R = 19.16%
G = 43.71%
B = 37.13%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#40927C (or 0x40927C) is known color: Lochinvar. HEX triplet: 40, 92 and 7C. RGB value is (64,146,124). Sum of RGB (Red+Green+Blue) = 64+146+124=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #40927C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40927C is #BF6D83. Grayscale: #767676. Windows color (decimal): -12545412 or 8163904. OLE color: 8163904.

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

Color convert

RGB 64 146 124 -
CMYK 0.56 0 0.15 0.43
HSL 163.9º 0.39% 0.41% -
HSV(B) 163.9º 0.56% 0.57% -
XYZ 16.03 23.1 22.68 -
YUV 118.97 130.83 88.79 -
System Red Green Blue C M Y K H S L
Decimal 64 146 124 0.56 0 0.15 0.43 163.9 0.39 0.41
Hex 40 92 7C 38 0 F 2B A4 27 29
Octal 100 222 174 70 0 17 53 244 47 51
Binary 1000000 10010010 1111100 111000 0 1111 101011 10100100 100111 101001

Color Harmonies of #40927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40927C

Black with #40927C

Text Example


Text Example

White with #40927C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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