Html Css Color HEX #48857A Lochinvar

📋 copy color: '#48857A'

red 72 ◦ green 133 ◦ blue 122

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

Shades of Lochinvar #48857A

Tints of Lochinvar #48857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.67%

 BLUE value IS 122 (48.05% from 255) = 37.31%

R = 22.02%
G = 40.67%
B = 37.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.48

RGB Variations

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

Color information

#48857A (or 0x48857A) is known color: Lochinvar. HEX triplet: 48, 85 and 7A. RGB value is (72,133,122). Sum of RGB (Red+Green+Blue) = 72+133+122=327 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.02% from 327); Green value is 133 (52.34% from 255 or 40.67% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 133 - color contains mainly: green. Hex color #48857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48857A is #B77A85. Grayscale: #717171. Windows color (decimal): -12024454 or 8029512. OLE color: 8029512.

HSL color Cylindrical-coordinate representation of color #48857A: hue angle of 169.18º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48857A is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 122 -
CMYK 0.46 0 0.08 0.48
HSL 169.18º 0.3% 0.4% -
HSV(B) 169.18º 0.46% 0.52% -
XYZ 14.57 19.56 21.42 -
YUV 113.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 72 133 122 0.46 0 0.08 0.48 169.18 0.3 0.4
Hex 48 85 7A 2E 0 8 30 A9 1E 28
Octal 110 205 172 56 0 10 60 251 36 50
Binary 1001000 10000101 1111010 101110 0 1000 110000 10101001 11110 101000

Color Harmonies of #48857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48857A

Black with #48857A

Text Example


Text Example

White with #48857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48857A; }

 p { color: rgb(72,133,122); }

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

background-color css

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

 a { background-color: rgb(72,133,122); }

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

border-color css

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

 span { border-color: rgb(72,133,122); }

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