Html Css Color HEX #40897B Lochinvar

📋 copy color: '#40897B'

red 64 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #40897B

Tints of Lochinvar #40897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.28%

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

R = 19.75%
G = 42.28%
B = 37.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#40897B (or 0x40897B) is known color: Lochinvar. HEX triplet: 40, 89 and 7B. RGB value is (64,137,123). Sum of RGB (Red+Green+Blue) = 64+137+123=324 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.75% from 324); Green value is 137 (53.91% from 255 or 42.28% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 137 - color contains mainly: green. Hex color #40897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40897B is #BF7684. Grayscale: #717171. Windows color (decimal): -12547717 or 8096064. OLE color: 8096064.

HSL color Cylindrical-coordinate representation of color #40897B: hue angle of 168.49º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40897B is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 123 -
CMYK 0.53 0 0.10 0.46
HSL 168.49º 0.36% 0.39% -
HSV(B) 168.49º 0.53% 0.54% -
XYZ 14.64 20.41 21.91 -
YUV 113.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 64 137 123 0.53 0 0.10 0.46 168.49 0.36 0.39
Hex 40 89 7B 35 0 A 2E A8 24 27
Octal 100 211 173 65 0 12 56 250 44 47
Binary 1000000 10001001 1111011 110101 0 1010 101110 10101000 100100 100111

Color Harmonies of #40897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40897B

Black with #40897B

Text Example


Text Example

White with #40897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,137,123); }

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

background-color css

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

 a { background-color: rgb(64,137,123); }

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

border-color css

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

 span { border-color: rgb(64,137,123); }

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