Html Css Color HEX #489A8E Lochinvar

📋 copy color: '#489A8E'

red 72 ◦ green 154 ◦ blue 142

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

Shades of Lochinvar #489A8E

Tints of Lochinvar #489A8E

RGB

 RED value IS 72 (28.52% from 255) = 19.57%

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

 BLUE value IS 142 (55.86% from 255) = 38.59%

R = 19.57%
G = 41.85%
B = 38.59%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#489A8E (or 0x489A8E) is known color: Lochinvar. HEX triplet: 48, 9A and 8E. RGB value is (72,154,142). Sum of RGB (Red+Green+Blue) = 72+154+142=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #489A8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489A8E is #B76571. Grayscale: #808080. Windows color (decimal): -12019058 or 9345608. OLE color: 9345608.

HSL color Cylindrical-coordinate representation of color #489A8E: hue angle of 171.22º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #489A8E is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 154 142 -
CMYK 0.53 0 0.08 0.40
HSL 171.22º 0.36% 0.44% -
HSV(B) 171.22º 0.53% 0.6% -
XYZ 19.11 26.44 29.69 -
YUV 128.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 72 154 142 0.53 0 0.08 0.40 171.22 0.36 0.44
Hex 48 9A 8E 35 0 8 28 AB 24 2C
Octal 110 232 216 65 0 10 50 253 44 54
Binary 1001000 10011010 10001110 110101 0 1000 101000 10101011 100100 101100

Color Harmonies of #489A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489A8E

Black with #489A8E

Text Example


Text Example

White with #489A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489A8E; }

 p { color: rgb(72,154,142); }

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

background-color css

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

 a { background-color: rgb(72,154,142); }

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

border-color css

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

 span { border-color: rgb(72,154,142); }

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