Html Css Color HEX #448E87 Lochinvar

📋 copy color: '#448E87'

red 68 ◦ green 142 ◦ blue 135

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

Shades of Lochinvar #448E87

Tints of Lochinvar #448E87

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.16%

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 19.71%
G = 41.16%
B = 39.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#448E87 (or 0x448E87) is known color: Lochinvar. HEX triplet: 44, 8E and 87. RGB value is (68,142,135). Sum of RGB (Red+Green+Blue) = 68+142+135=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #448E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E87 is #BB7178. Grayscale: #777777. Windows color (decimal): -12284281 or 8883780. OLE color: 8883780.

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

Color convert

RGB 68 142 135 -
CMYK 0.52 0 0.05 0.44
HSL 174.32º 0.35% 0.41% -
HSV(B) 174.32º 0.52% 0.56% -
XYZ 16.43 22.32 26.36 -
YUV 119.08 136.98 91.57 -
System Red Green Blue C M Y K H S L
Decimal 68 142 135 0.52 0 0.05 0.44 174.32 0.35 0.41
Hex 44 8E 87 34 0 5 2C AE 23 29
Octal 104 216 207 64 0 5 54 256 43 51
Binary 1000100 10001110 10000111 110100 0 101 101100 10101110 100011 101001

Color Harmonies of #448E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E87

Black with #448E87

Text Example


Text Example

White with #448E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,142,135); }

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

background-color css

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

 a { background-color: rgb(68,142,135); }

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

border-color css

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

 span { border-color: rgb(68,142,135); }

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