Html Css Color HEX #488779 Lochinvar

📋 copy color: '#488779'

red 72 ◦ green 135 ◦ blue 121

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

Shades of Lochinvar #488779

Tints of Lochinvar #488779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.89%

R = 21.95%
G = 41.16%
B = 36.89%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#488779 (or 0x488779) is known color: Lochinvar. HEX triplet: 48, 87 and 79. RGB value is (72,135,121). Sum of RGB (Red+Green+Blue) = 72+135+121=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 121 (47.66% from 255 or 36.89% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #488779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488779 is #B77886. Grayscale: #727272. Windows color (decimal): -12023943 or 7964488. OLE color: 7964488.

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

Color convert

RGB 72 135 121 -
CMYK 0.47 0 0.10 0.47
HSL 166.67º 0.3% 0.41% -
HSV(B) 166.67º 0.47% 0.53% -
XYZ 14.79 20.09 21.19 -
YUV 114.57 131.63 97.64 -
System Red Green Blue C M Y K H S L
Decimal 72 135 121 0.47 0 0.10 0.47 166.67 0.3 0.41
Hex 48 87 79 2F 0 A 2F A7 1E 29
Octal 110 207 171 57 0 12 57 247 36 51
Binary 1001000 10000111 1111001 101111 0 1010 101111 10100111 11110 101001

Color Harmonies of #488779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488779

Black with #488779

Text Example


Text Example

White with #488779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488779; }

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

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

background-color css

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

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

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

border-color css

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

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

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