Html Css Color HEX #488986 Lochinvar

📋 copy color: '#488986'

red 72 ◦ green 137 ◦ blue 134

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

Shades of Lochinvar #488986

Tints of Lochinvar #488986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.07%

R = 20.99%
G = 39.94%
B = 39.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#488986 (or 0x488986) is known color: Lochinvar. HEX triplet: 48, 89 and 86. RGB value is (72,137,134). Sum of RGB (Red+Green+Blue) = 72+137+134=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 134 (52.73% from 255 or 39.07% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #488986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488986 is #B77679. Grayscale: #757575. Windows color (decimal): -12023418 or 8816968. OLE color: 8816968.

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

Color convert

RGB 72 137 134 -
CMYK 0.47 0 0.02 0.46
HSL 177.23º 0.31% 0.41% -
HSV(B) 177.23º 0.47% 0.54% -
XYZ 15.92 20.99 25.77 -
YUV 117.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 72 137 134 0.47 0 0.02 0.46 177.23 0.31 0.41
Hex 48 89 86 2F 0 2 2E B1 1F 29
Octal 110 211 206 57 0 2 56 261 37 51
Binary 1001000 10001001 10000110 101111 0 10 101110 10110001 11111 101001

Color Harmonies of #488986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488986

Black with #488986

Text Example


Text Example

White with #488986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488986; }

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

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

background-color css

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

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

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

border-color css

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

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

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