#459A8A

Color #459A8A Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #459A8A

Tints of Lochinvar #459A8A

Color information

#459A8A (or 0x459A8A) is unknown color: approx Lochinvar. HEX triplet: 45, 9A and 8A. RGB value is (69,154,138). Sum of RGB (Red+Green+Blue) = 69+154+138=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 154 - color contains mainly: green. Hex color #459A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #459A8A is #BA6575. Grayscale: #7E7E7E. Windows color (decimal): -12215670 or 9083461. OLE color: 9083461.

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

Color convert

RGB69154138-
CMYK0.5500.100.40
HSL168.71º38.12%43.73%-
HSV(B)168.71º55.19%60.39%-
XYZ18.626.2128.12-
YUV126.76134.3486.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.11%
GREEN value IS 154 (60.55% from 255) = 42.66%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=19.11%
G=42.66%
B=38.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691541380.5500.100.40168.7138.1243.73
Hex459A8A370A28a9262c
Octal10523221267012502514654
Binary100010110011010100010101101110101010100010101001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,154,138); }

 H1.HeaderClassName
 {
   color: #459A8A;
 }
 .AnyTagClassName
 {
   color: #459A8A;
 }
</style>
background-color css

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

 a { background-color: rgb(69,154,138); }

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

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

 span { border-color: rgb(69,154,138); }

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