Html Css Color HEX #448D86 Lochinvar

📋 copy color: '#448D86'

red 68 ◦ green 141 ◦ blue 134

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

Shades of Lochinvar #448D86

Tints of Lochinvar #448D86

RGB

 RED value IS 68 (26.95% from 255) = 19.83%

 GREEN value IS 141 (55.47% from 255) = 41.11%

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

R = 19.83%
G = 41.11%
B = 39.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#448D86 (or 0x448D86) is known color: Lochinvar. HEX triplet: 44, 8D and 86. RGB value is (68,141,134). Sum of RGB (Red+Green+Blue) = 68+141+134=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #448D86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D86 is #BB7279. Grayscale: #767676. Windows color (decimal): -12284538 or 8817988. OLE color: 8817988.

HSL color Cylindrical-coordinate representation of color #448D86: hue angle of 174.25º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D86 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 134 -
CMYK 0.52 0 0.05 0.45
HSL 174.25º 0.35% 0.41% -
HSV(B) 174.25º 0.52% 0.55% -
XYZ 16.21 22 25.95 -
YUV 118.38 136.82 92.07 -
System Red Green Blue C M Y K H S L
Decimal 68 141 134 0.52 0 0.05 0.45 174.25 0.35 0.41
Hex 44 8D 86 34 0 5 2D AE 23 29
Octal 104 215 206 64 0 5 55 256 43 51
Binary 1000100 10001101 10000110 110100 0 101 101101 10101110 100011 101001

Color Harmonies of #448D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D86

Black with #448D86

Text Example


Text Example

White with #448D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D86; }

 p { color: rgb(68,141,134); }

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

background-color css

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

 a { background-color: rgb(68,141,134); }

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

border-color css

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

 span { border-color: rgb(68,141,134); }

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