Html Css Color HEX #488780 Lochinvar

📋 copy color: '#488780'

red 72 ◦ green 135 ◦ blue 128

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

Shades of Lochinvar #488780

Tints of Lochinvar #488780

RGB

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

 GREEN value IS 135 (53.13% from 255) = 40.3%

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

R = 21.49%
G = 40.3%
B = 38.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#488780 (or 0x488780) is known color: Lochinvar. HEX triplet: 48, 87 and 80. RGB value is (72,135,128). Sum of RGB (Red+Green+Blue) = 72+135+128=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 135 (53.12% from 255 or 40.30% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 135 - color contains mainly: green. Hex color #488780 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488780 is #B7787F. Grayscale: #737373. Windows color (decimal): -12023936 or 8423240. OLE color: 8423240.

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

Color convert

RGB 72 135 128 -
CMYK 0.47 0 0.05 0.47
HSL 173.33º 0.3% 0.41% -
HSV(B) 173.33º 0.47% 0.53% -
XYZ 15.23 20.26 23.53 -
YUV 115.37 135.13 97.07 -
System Red Green Blue C M Y K H S L
Decimal 72 135 128 0.47 0 0.05 0.47 173.33 0.3 0.41
Hex 48 87 80 2F 0 5 2F AD 1E 29
Octal 110 207 200 57 0 5 57 255 36 51
Binary 1001000 10000111 10000000 101111 0 101 101111 10101101 11110 101001

Color Harmonies of #488780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488780

Black with #488780

Text Example


Text Example

White with #488780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488780; }

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

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

background-color css

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

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

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

border-color css

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

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

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