Html Css Color HEX #488B7B Lochinvar

📋 copy color: '#488B7B'

red 72 ◦ green 139 ◦ blue 123

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

Shades of Lochinvar #488B7B

Tints of Lochinvar #488B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

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

R = 21.56%
G = 41.62%
B = 36.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#488B7B (or 0x488B7B) is known color: Lochinvar. HEX triplet: 48, 8B and 7B. RGB value is (72,139,123). Sum of RGB (Red+Green+Blue) = 72+139+123=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #488B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488B7B is #B77484. Grayscale: #757575. Windows color (decimal): -12022917 or 8096584. OLE color: 8096584.

HSL color Cylindrical-coordinate representation of color #488B7B: hue angle of 165.67º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #488B7B is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 123 -
CMYK 0.48 0 0.12 0.45
HSL 165.67º 0.32% 0.41% -
HSV(B) 165.67º 0.48% 0.55% -
XYZ 15.48 21.27 22.03 -
YUV 117.14 131.3 95.8 -
System Red Green Blue C M Y K H S L
Decimal 72 139 123 0.48 0 0.12 0.45 165.67 0.32 0.41
Hex 48 8B 7B 30 0 C 2D A6 20 29
Octal 110 213 173 60 0 14 55 246 40 51
Binary 1001000 10001011 1111011 110000 0 1100 101101 10100110 100000 101001

Color Harmonies of #488B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B7B

Black with #488B7B

Text Example


Text Example

White with #488B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488B7B; }

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

 H1.HeaderClassName
 {
   color: #488B7B;
 }
 .AnyTagClassName
 {
   color: #488B7B;
 }
</style>

background-color css

<style>
 a { background-color: #488B7B; }

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

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

border-color css

<style>
 span { border-color: #488B7B; }

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

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