Html Css Color HEX #48907A Lochinvar

📋 copy color: '#48907A'

red 72 ◦ green 144 ◦ blue 122

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

Shades of Lochinvar #48907A

Tints of Lochinvar #48907A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.6%

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

R = 21.3%
G = 42.6%
B = 36.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#48907A (or 0x48907A) is known color: Lochinvar. HEX triplet: 48, 90 and 7A. RGB value is (72,144,122). Sum of RGB (Red+Green+Blue) = 72+144+122=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 144 - color contains mainly: green. Hex color #48907A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48907A is #B76F85. Grayscale: #777777. Windows color (decimal): -12021638 or 8032328. OLE color: 8032328.

HSL color Cylindrical-coordinate representation of color #48907A: hue angle of 161.67º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48907A is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 122 -
CMYK 0.50 0 0.15 0.44
HSL 161.67º 0.33% 0.42% -
HSV(B) 161.67º 0.5% 0.56% -
XYZ 16.16 22.73 21.95 -
YUV 119.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 72 144 122 0.50 0 0.15 0.44 161.67 0.33 0.42
Hex 48 90 7A 32 0 F 2C A2 21 2A
Octal 110 220 172 62 0 17 54 242 41 52
Binary 1001000 10010000 1111010 110010 0 1111 101100 10100010 100001 101010

Color Harmonies of #48907A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48907A

Black with #48907A

Text Example


Text Example

White with #48907A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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