Html Css Color HEX #448781 Lochinvar

📋 copy color: '#448781'

red 68 ◦ green 135 ◦ blue 129

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

Shades of Lochinvar #448781

Tints of Lochinvar #448781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 20.48%
G = 40.66%
B = 38.86%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#448781 (or 0x448781) is known color: Lochinvar. HEX triplet: 44, 87 and 81. RGB value is (68,135,129). Sum of RGB (Red+Green+Blue) = 68+135+129=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #448781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448781 is #BB787E. Grayscale: #727272. Windows color (decimal): -12286079 or 8488772. OLE color: 8488772.

HSL color Cylindrical-coordinate representation of color #448781: hue angle of 174.63º 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 #448781 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 135 129 -
CMYK 0.50 0 0.04 0.47
HSL 174.63º 0.33% 0.4% -
HSV(B) 174.63º 0.5% 0.53% -
XYZ 15.01 20.14 23.87 -
YUV 114.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 68 135 129 0.50 0 0.04 0.47 174.63 0.33 0.4
Hex 44 87 81 32 0 4 2F AF 21 28
Octal 104 207 201 62 0 4 57 257 41 50
Binary 1000100 10000111 10000001 110010 0 100 101111 10101111 100001 101000

Color Harmonies of #448781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448781

Black with #448781

Text Example


Text Example

White with #448781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448781; }

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

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

background-color css

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

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

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

border-color css

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

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

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