Html Css Color HEX #439086 Lochinvar

📋 copy color: '#439086'

red 67 ◦ green 144 ◦ blue 134

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

Shades of Lochinvar #439086

Tints of Lochinvar #439086

RGB

 RED value IS 67 (26.56% from 255) = 19.42%

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 134 (52.73% from 255) = 38.84%

R = 19.42%
G = 41.74%
B = 38.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#439086 (or 0x439086) is known color: Lochinvar. HEX triplet: 43, 90 and 86. RGB value is (67,144,134). Sum of RGB (Red+Green+Blue) = 67+144+134=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #439086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439086 is #BC6F79. Grayscale: #777777. Windows color (decimal): -12349306 or 8818755. OLE color: 8818755.

HSL color Cylindrical-coordinate representation of color #439086: hue angle of 172.21º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #439086 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 67 144 134 -
CMYK 0.53 0 0.07 0.44
HSL 172.21º 0.36% 0.41% -
HSV(B) 172.21º 0.53% 0.56% -
XYZ 16.59 22.86 26.09 -
YUV 119.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 67 144 134 0.53 0 0.07 0.44 172.21 0.36 0.41
Hex 43 90 86 35 0 7 2C AC 24 29
Octal 103 220 206 65 0 7 54 254 44 51
Binary 1000011 10010000 10000110 110101 0 111 101100 10101100 100100 101001

Color Harmonies of #439086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439086

Black with #439086

Text Example


Text Example

White with #439086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #439086; }

 p { color: rgb(67,144,134); }

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

background-color css

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

 a { background-color: rgb(67,144,134); }

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

border-color css

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

 span { border-color: rgb(67,144,134); }

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