Html Css Color HEX #489884 Lochinvar

📋 copy color: '#489884'

red 72 ◦ green 152 ◦ blue 132

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

Shades of Lochinvar #489884

Tints of Lochinvar #489884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 20.22%
G = 42.7%
B = 37.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#489884 (or 0x489884) is known color: Lochinvar. HEX triplet: 48, 98 and 84. RGB value is (72,152,132). Sum of RGB (Red+Green+Blue) = 72+152+132=356 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.22% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #489884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #489884 is #B7677B. Grayscale: #7D7D7D. Windows color (decimal): -12019580 or 8689736. OLE color: 8689736.

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

Color convert

RGB 72 152 132 -
CMYK 0.53 0 0.13 0.40
HSL 165º 0.36% 0.44% -
HSV(B) 165º 0.53% 0.6% -
XYZ 18.07 25.5 25.8 -
YUV 125.8 131.5 89.63 -
System Red Green Blue C M Y K H S L
Decimal 72 152 132 0.53 0 0.13 0.40 165 0.36 0.44
Hex 48 98 84 35 0 D 28 A5 24 2C
Octal 110 230 204 65 0 15 50 245 44 54
Binary 1001000 10011000 10000100 110101 0 1101 101000 10100101 100100 101100

Color Harmonies of #489884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489884

Black with #489884

Text Example


Text Example

White with #489884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489884; }

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

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

background-color css

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

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

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

border-color css

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

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

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