Html Css Color HEX #459B89 Lochinvar

📋 copy color: '#459B89'

red 69 ◦ green 155 ◦ blue 137

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

Shades of Lochinvar #459B89

Tints of Lochinvar #459B89

RGB

 RED value IS 69 (27.34% from 255) = 19.11%

 GREEN value IS 155 (60.94% from 255) = 42.94%

 BLUE value IS 137 (53.91% from 255) = 37.95%

R = 19.11%
G = 42.94%
B = 37.95%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#459B89 (or 0x459B89) is known color: Lochinvar. HEX triplet: 45, 9B and 89. RGB value is (69,155,137). Sum of RGB (Red+Green+Blue) = 69+155+137=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #459B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459B89 is #BA6476. Grayscale: #7F7F7F. Windows color (decimal): -12215415 or 9018181. OLE color: 9018181.

HSL color Cylindrical-coordinate representation of color #459B89: hue angle of 167.44º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459B89 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 69 155 137 -
CMYK 0.55 0 0.12 0.39
HSL 167.44º 0.38% 0.44% -
HSV(B) 167.44º 0.55% 0.61% -
XYZ 18.69 26.51 27.8 -
YUV 127.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 69 155 137 0.55 0 0.12 0.39 167.44 0.38 0.44
Hex 45 9B 89 37 0 C 27 A7 26 2C
Octal 105 233 211 67 0 14 47 247 46 54
Binary 1000101 10011011 10001001 110111 0 1100 100111 10100111 100110 101100

Color Harmonies of #459B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459B89

Black with #459B89

Text Example


Text Example

White with #459B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459B89; }

 p { color: rgb(69,155,137); }

 H1.HeaderClassName
 {
   color: #459B89;
 }
 .AnyTagClassName
 {
   color: #459B89;
 }
</style>

background-color css

<style>
 a { background-color: #459B89; }

 a { background-color: rgb(69,155,137); }

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

border-color css

<style>
 span { border-color: #459B89; }

 span { border-color: rgb(69,155,137); }

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