Html Css Color HEX #448D88 Lochinvar

📋 copy color: '#448D88'

red 68 ◦ green 141 ◦ blue 136

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

Shades of Lochinvar #448D88

Tints of Lochinvar #448D88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.42%

R = 19.71%
G = 40.87%
B = 39.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#448D88 (or 0x448D88) is known color: Lochinvar. HEX triplet: 44, 8D and 88. RGB value is (68,141,136). Sum of RGB (Red+Green+Blue) = 68+141+136=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 141 (55.47% from 255 or 40.87% from 345); Blue value is 136 (53.52% from 255 or 39.42% from 345); Max value from RGB is 141 - color contains mainly: green. Hex color #448D88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D88 is #BB7277. Grayscale: #767676. Windows color (decimal): -12284536 or 8949060. OLE color: 8949060.

HSL color Cylindrical-coordinate representation of color #448D88: hue angle of 175.89º 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 #448D88 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 136 -
CMYK 0.52 0 0.04 0.45
HSL 175.89º 0.35% 0.41% -
HSV(B) 175.89º 0.52% 0.55% -
XYZ 16.35 22.06 26.69 -
YUV 118.6 137.82 91.91 -
System Red Green Blue C M Y K H S L
Decimal 68 141 136 0.52 0 0.04 0.45 175.89 0.35 0.41
Hex 44 8D 88 34 0 4 2D B0 23 29
Octal 104 215 210 64 0 4 55 260 43 51
Binary 1000100 10001101 10001000 110100 0 100 101101 10110000 100011 101001

Color Harmonies of #448D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D88

Black with #448D88

Text Example


Text Example

White with #448D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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