Html Css Color HEX #48877D Lochinvar

📋 copy color: '#48877D'

red 72 ◦ green 135 ◦ blue 125

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

Shades of Lochinvar #48877D

Tints of Lochinvar #48877D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.65%

R = 21.69%
G = 40.66%
B = 37.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#48877D (or 0x48877D) is known color: Lochinvar. HEX triplet: 48, 87 and 7D. RGB value is (72,135,125). Sum of RGB (Red+Green+Blue) = 72+135+125=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #48877D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48877D is #B77882. Grayscale: #727272. Windows color (decimal): -12023939 or 8226632. OLE color: 8226632.

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

Color convert

RGB 72 135 125 -
CMYK 0.47 0 0.07 0.47
HSL 170.48º 0.3% 0.41% -
HSV(B) 170.48º 0.47% 0.53% -
XYZ 15.04 20.19 22.51 -
YUV 115.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 72 135 125 0.47 0 0.07 0.47 170.48 0.3 0.41
Hex 48 87 7D 2F 0 7 2F AA 1E 29
Octal 110 207 175 57 0 7 57 252 36 51
Binary 1001000 10000111 1111101 101111 0 111 101111 10101010 11110 101001

Color Harmonies of #48877D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48877D

Black with #48877D

Text Example


Text Example

White with #48877D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48877D; }

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

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

background-color css

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

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

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

border-color css

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

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

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