Html Css Color HEX #449A8C Lochinvar

📋 copy color: '#449A8C'

red 68 ◦ green 154 ◦ blue 140

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

Shades of Lochinvar #449A8C

Tints of Lochinvar #449A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.67%

R = 18.78%
G = 42.54%
B = 38.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#449A8C (or 0x449A8C) is known color: Lochinvar. HEX triplet: 44, 9A and 8C. RGB value is (68,154,140). Sum of RGB (Red+Green+Blue) = 68+154+140=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 154 (60.55% from 255 or 42.54% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 154 - color contains mainly: green. Hex color #449A8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #449A8C is #BB6573. Grayscale: #7E7E7E. Windows color (decimal): -12281204 or 9214532. OLE color: 9214532.

HSL color Cylindrical-coordinate representation of color #449A8C: hue angle of 170.23º 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 #449A8C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 140 -
CMYK 0.56 0 0.09 0.40
HSL 170.23º 0.39% 0.44% -
HSV(B) 170.23º 0.56% 0.6% -
XYZ 18.67 26.23 28.89 -
YUV 126.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 68 154 140 0.56 0 0.09 0.40 170.23 0.39 0.44
Hex 44 9A 8C 38 0 9 28 AA 27 2C
Octal 104 232 214 70 0 11 50 252 47 54
Binary 1000100 10011010 10001100 111000 0 1001 101000 10101010 100111 101100

Color Harmonies of #449A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A8C

Black with #449A8C

Text Example


Text Example

White with #449A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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