Html Css Color HEX #489888 Lochinvar

📋 copy color: '#489888'

red 72 ◦ green 152 ◦ blue 136

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

Shades of Lochinvar #489888

Tints of Lochinvar #489888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 20%
G = 42.22%
B = 37.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#489888 (or 0x489888) is known color: Lochinvar. HEX triplet: 48, 98 and 88. RGB value is (72,152,136). Sum of RGB (Red+Green+Blue) = 72+152+136=360 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #489888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489888 is #B76777. Grayscale: #7E7E7E. Windows color (decimal): -12019576 or 8951880. OLE color: 8951880.

HSL color Cylindrical-coordinate representation of color #489888: hue angle of 168º 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 #489888 is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 72 152 136 -
CMYK 0.53 0 0.11 0.40
HSL 168º 0.36% 0.44% -
HSV(B) 168º 0.53% 0.6% -
XYZ 18.34 25.61 27.27 -
YUV 126.26 133.5 89.3 -
System Red Green Blue C M Y K H S L
Decimal 72 152 136 0.53 0 0.11 0.40 168 0.36 0.44
Hex 48 98 88 35 0 B 28 A8 24 2C
Octal 110 230 210 65 0 13 50 250 44 54
Binary 1001000 10011000 10001000 110101 0 1011 101000 10101000 100100 101100

Color Harmonies of #489888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489888

Black with #489888

Text Example


Text Example

White with #489888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489888; }

 p { color: rgb(72,152,136); }

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

background-color css

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

 a { background-color: rgb(72,152,136); }

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

border-color css

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

 span { border-color: rgb(72,152,136); }

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