Html Css Color HEX #448881 Lochinvar

📋 copy color: '#448881'

red 68 ◦ green 136 ◦ blue 129

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

Shades of Lochinvar #448881

Tints of Lochinvar #448881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.84%

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

R = 20.42%
G = 40.84%
B = 38.74%

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

#448881 (or 0x448881) is known color: Lochinvar. HEX triplet: 44, 88 and 81. RGB value is (68,136,129). Sum of RGB (Red+Green+Blue) = 68+136+129=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 136 - color contains mainly: green. Hex color #448881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448881 is #BB777E. Grayscale: #727272. Windows color (decimal): -12285823 or 8489028. OLE color: 8489028.

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

Color convert

RGB 68 136 129 -
CMYK 0.50 0 0.05 0.47
HSL 173.82º 0.33% 0.4% -
HSV(B) 173.82º 0.5% 0.53% -
XYZ 15.15 20.42 23.91 -
YUV 114.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 68 136 129 0.50 0 0.05 0.47 173.82 0.33 0.4
Hex 44 88 81 32 0 5 2F AE 21 28
Octal 104 210 201 62 0 5 57 256 41 50
Binary 1000100 10001000 10000001 110010 0 101 101111 10101110 100001 101000

Color Harmonies of #448881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448881

Black with #448881

Text Example


Text Example

White with #448881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448881; }

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

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

background-color css

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

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

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

border-color css

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

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

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