Html Css Color HEX #449A8F Lochinvar

📋 copy color: '#449A8F'

red 68 ◦ green 154 ◦ blue 143

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

Shades of Lochinvar #449A8F

Tints of Lochinvar #449A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.19%

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 18.63%
G = 42.19%
B = 39.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#449A8F (or 0x449A8F) is known color: Lochinvar. HEX triplet: 44, 9A and 8F. RGB value is (68,154,143). Sum of RGB (Red+Green+Blue) = 68+154+143=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 154 - color contains mainly: green. Hex color #449A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A8F is #BB6570. Grayscale: #7E7E7E. Windows color (decimal): -12281201 or 9411140. OLE color: 9411140.

HSL color Cylindrical-coordinate representation of color #449A8F: hue angle of 172.33º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A8F is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 143 -
CMYK 0.56 0 0.07 0.40
HSL 172.33º 0.39% 0.44% -
HSV(B) 172.33º 0.56% 0.6% -
XYZ 18.9 26.32 30.07 -
YUV 127.03 137.01 85.89 -
System Red Green Blue C M Y K H S L
Decimal 68 154 143 0.56 0 0.07 0.40 172.33 0.39 0.44
Hex 44 9A 8F 38 0 7 28 AC 27 2C
Octal 104 232 217 70 0 7 50 254 47 54
Binary 1000100 10011010 10001111 111000 0 111 101000 10101100 100111 101100

Color Harmonies of #449A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A8F

Black with #449A8F

Text Example


Text Example

White with #449A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A8F; }

 p { color: rgb(68,154,143); }

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

background-color css

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

 a { background-color: rgb(68,154,143); }

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

border-color css

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

 span { border-color: rgb(68,154,143); }

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