Html Css Color HEX #448980 Lochinvar

📋 copy color: '#448980'

red 68 ◦ green 137 ◦ blue 128

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

Shades of Lochinvar #448980

Tints of Lochinvar #448980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.14%

 BLUE value IS 128 (50.39% from 255) = 38.44%

R = 20.42%
G = 41.14%
B = 38.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#448980 (or 0x448980) is known color: Lochinvar. HEX triplet: 44, 89 and 80. RGB value is (68,137,128). Sum of RGB (Red+Green+Blue) = 68+137+128=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 137 (53.91% from 255 or 41.14% from 333); Blue value is 128 (50.39% from 255 or 38.44% from 333); Max value from RGB is 137 - color contains mainly: green. Hex color #448980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448980 is #BB767F. Grayscale: #737373. Windows color (decimal): -12285568 or 8423748. OLE color: 8423748.

HSL color Cylindrical-coordinate representation of color #448980: hue angle of 172.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448980 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 137 128 -
CMYK 0.50 0 0.07 0.46
HSL 172.17º 0.34% 0.4% -
HSV(B) 172.17º 0.5% 0.54% -
XYZ 15.23 20.68 23.61 -
YUV 115.34 135.14 94.23 -
System Red Green Blue C M Y K H S L
Decimal 68 137 128 0.50 0 0.07 0.46 172.17 0.34 0.4
Hex 44 89 80 32 0 7 2E AC 22 28
Octal 104 211 200 62 0 7 56 254 42 50
Binary 1000100 10001001 10000000 110010 0 111 101110 10101100 100010 101000

Color Harmonies of #448980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448980

Black with #448980

Text Example


Text Example

White with #448980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448980; }

 p { color: rgb(68,137,128); }

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

background-color css

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

 a { background-color: rgb(68,137,128); }

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

border-color css

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

 span { border-color: rgb(68,137,128); }

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