Html Css Color HEX #48867D Lochinvar

📋 copy color: '#48867D'

red 72 ◦ green 134 ◦ blue 125

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

Shades of Lochinvar #48867D

Tints of Lochinvar #48867D

RGB

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

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

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

R = 21.75%
G = 40.48%
B = 37.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#48867D (or 0x48867D) is known color: Lochinvar. HEX triplet: 48, 86 and 7D. RGB value is (72,134,125). Sum of RGB (Red+Green+Blue) = 72+134+125=331 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.75% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #48867D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48867D is #B77982. Grayscale: #727272. Windows color (decimal): -12024195 or 8226376. OLE color: 8226376.

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

Color convert

RGB 72 134 125 -
CMYK 0.46 0 0.07 0.47
HSL 171.29º 0.3% 0.4% -
HSV(B) 171.29º 0.46% 0.53% -
XYZ 14.9 19.91 22.46 -
YUV 114.44 133.96 97.73 -
System Red Green Blue C M Y K H S L
Decimal 72 134 125 0.46 0 0.07 0.47 171.29 0.3 0.4
Hex 48 86 7D 2E 0 7 2F AB 1E 28
Octal 110 206 175 56 0 7 57 253 36 50
Binary 1001000 10000110 1111101 101110 0 111 101111 10101011 11110 101000

Color Harmonies of #48867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48867D

Black with #48867D

Text Example


Text Example

White with #48867D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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