Html Css Color HEX #488680 Lochinvar

📋 copy color: '#488680'

red 72 ◦ green 134 ◦ blue 128

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

Shades of Lochinvar #488680

Tints of Lochinvar #488680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.12%

 BLUE value IS 128 (50.39% from 255) = 38.32%

R = 21.56%
G = 40.12%
B = 38.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#488680 (or 0x488680) is known color: Lochinvar. HEX triplet: 48, 86 and 80. RGB value is (72,134,128). Sum of RGB (Red+Green+Blue) = 72+134+128=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 134 - color contains mainly: green. Hex color #488680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488680 is #B7797F. Grayscale: #727272. Windows color (decimal): -12024192 or 8422984. OLE color: 8422984.

HSL color Cylindrical-coordinate representation of color #488680: hue angle of 174.19º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488680 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 128 -
CMYK 0.46 0 0.04 0.47
HSL 174.19º 0.3% 0.4% -
HSV(B) 174.19º 0.46% 0.53% -
XYZ 15.09 19.99 23.48 -
YUV 114.78 135.46 97.49 -
System Red Green Blue C M Y K H S L
Decimal 72 134 128 0.46 0 0.04 0.47 174.19 0.3 0.4
Hex 48 86 80 2E 0 4 2F AE 1E 28
Octal 110 206 200 56 0 4 57 256 36 50
Binary 1001000 10000110 10000000 101110 0 100 101111 10101110 11110 101000

Color Harmonies of #488680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488680

Black with #488680

Text Example


Text Example

White with #488680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488680; }

 p { color: rgb(72,134,128); }

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

background-color css

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

 a { background-color: rgb(72,134,128); }

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

border-color css

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

 span { border-color: rgb(72,134,128); }

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