#439A8D

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

Shades of Lochinvar #439A8D

Tints of Lochinvar #439A8D

Color information

#439A8D (or 0x439A8D) is unknown color: approx Lochinvar. HEX triplet: 43, 9A and 8D. RGB value is (67,154,141). Sum of RGB (Red+Green+Blue) = 67+154+141=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #439A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439A8D is #BC6572. Grayscale: #7E7E7E. Windows color (decimal): -12346739 or 9280067. OLE color: 9280067.

HSL color Cylindrical-coordinate representation of color #439A8D: hue angle of 171.03º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #439A8D is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB67154141-
CMYK0.5600.080.40
HSL171.03º39.37%43.33%-
HSV(B)171.03º56.49%60.39%-
XYZ18.6826.2329.28-
YUV126.5136.1885.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.51%
GREEN value IS 154 (60.55% from 255) = 42.54%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=18.51%
G=42.54%
B=38.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671541410.5600.080.40171.0339.3743.33
Hex439A8D380828ab272b
Octal10323221570010502534753
Binary100001110011010100011011110000100010100010101011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439A8D; }

 p { color: rgb(67,154,141); }

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

<style>
 a { background-color: #439A8D; }

 a { background-color: rgb(67,154,141); }

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

<style>
 span { border-color: #439A8D; }

 span { border-color: rgb(67,154,141); }

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