Html Css Color HEX #40847C Lochinvar

📋 copy color: '#40847C'

red 64 ◦ green 132 ◦ blue 124

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

Shades of Lochinvar #40847C

Tints of Lochinvar #40847C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.25%

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

R = 20%
G = 41.25%
B = 38.75%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#40847C (or 0x40847C) is known color: Lochinvar. HEX triplet: 40, 84 and 7C. RGB value is (64,132,124). Sum of RGB (Red+Green+Blue) = 64+132+124=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 132 (51.95% from 255 or 41.25% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 132 - color contains mainly: green. Hex color #40847C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40847C is #BF7B83. Grayscale: #6E6E6E. Windows color (decimal): -12548996 or 8160320. OLE color: 8160320.

HSL color Cylindrical-coordinate representation of color #40847C: hue angle of 172.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40847C is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 132 124 -
CMYK 0.52 0 0.06 0.48
HSL 172.94º 0.35% 0.38% -
HSV(B) 172.94º 0.52% 0.52% -
XYZ 14 19.05 22.01 -
YUV 110.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 64 132 124 0.52 0 0.06 0.48 172.94 0.35 0.38
Hex 40 84 7C 34 0 6 30 AD 23 26
Octal 100 204 174 64 0 6 60 255 43 46
Binary 1000000 10000100 1111100 110100 0 110 110000 10101101 100011 100110

Color Harmonies of #40847C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40847C

Black with #40847C

Text Example


Text Example

White with #40847C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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