Html Css Color HEX #48897B Lochinvar

📋 copy color: '#48897B'

red 72 ◦ green 137 ◦ blue 123

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

Shades of Lochinvar #48897B

Tints of Lochinvar #48897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 21.69%
G = 41.27%
B = 37.05%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#48897B (or 0x48897B) is known color: Lochinvar. HEX triplet: 48, 89 and 7B. RGB value is (72,137,123). Sum of RGB (Red+Green+Blue) = 72+137+123=332 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.69% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 137 - color contains mainly: green. Hex color #48897B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48897B is #B77684. Grayscale: #737373. Windows color (decimal): -12023429 or 8096072. OLE color: 8096072.

HSL color Cylindrical-coordinate representation of color #48897B: hue angle of 167.08º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48897B is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 123 -
CMYK 0.47 0 0.10 0.46
HSL 167.08º 0.31% 0.41% -
HSV(B) 167.08º 0.47% 0.54% -
XYZ 15.19 20.7 21.93 -
YUV 115.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 72 137 123 0.47 0 0.10 0.46 167.08 0.31 0.41
Hex 48 89 7B 2F 0 A 2E A7 1F 29
Octal 110 211 173 57 0 12 56 247 37 51
Binary 1001000 10001001 1111011 101111 0 1010 101110 10100111 11111 101001

Color Harmonies of #48897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48897B

Black with #48897B

Text Example


Text Example

White with #48897B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48897B; }

 p { color: rgb(72,137,123); }

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

background-color css

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

 a { background-color: rgb(72,137,123); }

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

border-color css

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

 span { border-color: rgb(72,137,123); }

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