Html Css Color HEX #439A8D Lochinvar

📋 copy color: '#439A8D'

red 67 ◦ green 154 ◦ blue 141

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

Shades of Lochinvar #439A8D

Tints of Lochinvar #439A8D

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 value IS 0.56

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#439A8D (or 0x439A8D) is known color: 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

RGB 67 154 141 -
CMYK 0.56 0 0.08 0.40
HSL 171.03º 0.39% 0.43% -
HSV(B) 171.03º 0.56% 0.6% -
XYZ 18.68 26.23 29.28 -
YUV 126.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 67 154 141 0.56 0 0.08 0.40 171.03 0.39 0.43
Hex 43 9A 8D 38 0 8 28 AB 27 2B
Octal 103 232 215 70 0 10 50 253 47 53
Binary 1000011 10011010 10001101 111000 0 1000 101000 10101011 100111 101011

Color Harmonies of #439A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #439A8D

Black with #439A8D

Text Example


Text Example

White with #439A8D

Text Example


Text Example

HTML Codes & Css Web 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>