Html Css Color HEX #488883 Lochinvar

📋 copy color: '#488883'

red 72 ◦ green 136 ◦ blue 131

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

Shades of Lochinvar #488883

Tints of Lochinvar #488883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 21.24%
G = 40.12%
B = 38.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#488883 (or 0x488883) is known color: Lochinvar. HEX triplet: 48, 88 and 83. RGB value is (72,136,131). Sum of RGB (Red+Green+Blue) = 72+136+131=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 136 - color contains mainly: green. Hex color #488883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488883 is #B7777C. Grayscale: #747474. Windows color (decimal): -12023677 or 8620104. OLE color: 8620104.

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

Color convert

RGB 72 136 131 -
CMYK 0.47 0 0.04 0.47
HSL 175.31º 0.31% 0.41% -
HSV(B) 175.31º 0.47% 0.53% -
XYZ 15.57 20.62 24.63 -
YUV 116.29 136.3 96.41 -
System Red Green Blue C M Y K H S L
Decimal 72 136 131 0.47 0 0.04 0.47 175.31 0.31 0.41
Hex 48 88 83 2F 0 4 2F AF 1F 29
Octal 110 210 203 57 0 4 57 257 37 51
Binary 1001000 10001000 10000011 101111 0 100 101111 10101111 11111 101001

Color Harmonies of #488883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488883

Black with #488883

Text Example


Text Example

White with #488883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488883; }

 p { color: rgb(72,136,131); }

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

background-color css

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

 a { background-color: rgb(72,136,131); }

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

border-color css

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

 span { border-color: rgb(72,136,131); }

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