Html Css Color HEX #448780 Lochinvar

📋 copy color: '#448780'

red 68 ◦ green 135 ◦ blue 128

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

Shades of Lochinvar #448780

Tints of Lochinvar #448780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.79%

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

R = 20.54%
G = 40.79%
B = 38.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#448780 (or 0x448780) is known color: Lochinvar. HEX triplet: 44, 87 and 80. RGB value is (68,135,128). Sum of RGB (Red+Green+Blue) = 68+135+128=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 135 (53.12% from 255 or 40.79% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 135 - color contains mainly: green. Hex color #448780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448780 is #BB787F. Grayscale: #727272. Windows color (decimal): -12286080 or 8423236. OLE color: 8423236.

HSL color Cylindrical-coordinate representation of color #448780: hue angle of 173.73º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #448780 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 128 -
CMYK 0.50 0 0.05 0.47
HSL 173.73º 0.33% 0.4% -
HSV(B) 173.73º 0.5% 0.53% -
XYZ 14.94 20.12 23.52 -
YUV 114.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 68 135 128 0.50 0 0.05 0.47 173.73 0.33 0.4
Hex 44 87 80 32 0 5 2F AE 21 28
Octal 104 207 200 62 0 5 57 256 41 50
Binary 1000100 10000111 10000000 110010 0 101 101111 10101110 100001 101000

Color Harmonies of #448780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448780

Black with #448780

Text Example


Text Example

White with #448780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448780; }

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

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

background-color css

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

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

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

border-color css

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

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

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