Html Css Color HEX #48867A Lochinvar

📋 copy color: '#48867A'

red 72 ◦ green 134 ◦ blue 122

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

Shades of Lochinvar #48867A

Tints of Lochinvar #48867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

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

R = 21.95%
G = 40.85%
B = 37.2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#48867A (or 0x48867A) is known color: Lochinvar. HEX triplet: 48, 86 and 7A. RGB value is (72,134,122). Sum of RGB (Red+Green+Blue) = 72+134+122=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #48867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48867A is #B77985. Grayscale: #727272. Windows color (decimal): -12024198 or 8029768. OLE color: 8029768.

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

Color convert

RGB 72 134 122 -
CMYK 0.46 0 0.09 0.47
HSL 168.39º 0.3% 0.4% -
HSV(B) 168.39º 0.46% 0.53% -
XYZ 14.71 19.83 21.47 -
YUV 114.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 72 134 122 0.46 0 0.09 0.47 168.39 0.3 0.4
Hex 48 86 7A 2E 0 9 2F A8 1E 28
Octal 110 206 172 56 0 11 57 250 36 50
Binary 1001000 10000110 1111010 101110 0 1001 101111 10101000 11110 101000

Color Harmonies of #48867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48867A

Black with #48867A

Text Example


Text Example

White with #48867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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