Html Css Color HEX #488B85 Lochinvar

📋 copy color: '#488B85'

red 72 ◦ green 139 ◦ blue 133

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

Shades of Lochinvar #488B85

Tints of Lochinvar #488B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.66%

R = 20.93%
G = 40.41%
B = 38.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#488B85 (or 0x488B85) is known color: Lochinvar. HEX triplet: 48, 8B and 85. RGB value is (72,139,133). Sum of RGB (Red+Green+Blue) = 72+139+133=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #488B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488B85 is #B7747A. Grayscale: #767676. Windows color (decimal): -12022907 or 8751944. OLE color: 8751944.

HSL color Cylindrical-coordinate representation of color #488B85: hue angle of 174.63º 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 #488B85 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 139 133 -
CMYK 0.48 0 0.04 0.45
HSL 174.63º 0.32% 0.41% -
HSV(B) 174.63º 0.48% 0.55% -
XYZ 16.14 21.54 25.5 -
YUV 118.28 136.3 94.99 -
System Red Green Blue C M Y K H S L
Decimal 72 139 133 0.48 0 0.04 0.45 174.63 0.32 0.41
Hex 48 8B 85 30 0 4 2D AF 20 29
Octal 110 213 205 60 0 4 55 257 40 51
Binary 1001000 10001011 10000101 110000 0 100 101101 10101111 100000 101001

Color Harmonies of #488B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488B85

Black with #488B85

Text Example


Text Example

White with #488B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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