Html Css Color HEX #488781 Lochinvar

📋 copy color: '#488781'

red 72 ◦ green 135 ◦ blue 129

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

Shades of Lochinvar #488781

Tints of Lochinvar #488781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.39%

R = 21.43%
G = 40.18%
B = 38.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#488781 (or 0x488781) is known color: Lochinvar. HEX triplet: 48, 87 and 81. RGB value is (72,135,129). Sum of RGB (Red+Green+Blue) = 72+135+129=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 129 (50.78% from 255 or 38.39% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #488781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488781 is #B7787E. Grayscale: #737373. Windows color (decimal): -12023935 or 8488776. OLE color: 8488776.

HSL color Cylindrical-coordinate representation of color #488781: hue angle of 174.29º 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 #488781 is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 129 -
CMYK 0.47 0 0.04 0.47
HSL 174.29º 0.3% 0.41% -
HSV(B) 174.29º 0.47% 0.53% -
XYZ 15.3 20.29 23.88 -
YUV 115.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 72 135 129 0.47 0 0.04 0.47 174.29 0.3 0.41
Hex 48 87 81 2F 0 4 2F AE 1E 29
Octal 110 207 201 57 0 4 57 256 36 51
Binary 1001000 10000111 10000001 101111 0 100 101111 10101110 11110 101001

Color Harmonies of #488781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488781

Black with #488781

Text Example


Text Example

White with #488781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488781; }

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

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

background-color css

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

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

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

border-color css

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

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

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