Html Css Color HEX #479883 Lochinvar

📋 copy color: '#479883'

red 71 ◦ green 152 ◦ blue 131

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

Shades of Lochinvar #479883

Tints of Lochinvar #479883

RGB

 RED value IS 71 (28.13% from 255) = 20.06%

 GREEN value IS 152 (59.77% from 255) = 42.94%

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

R = 20.06%
G = 42.94%
B = 37.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#479883 (or 0x479883) is known color: Lochinvar. HEX triplet: 47, 98 and 83. RGB value is (71,152,131). Sum of RGB (Red+Green+Blue) = 71+152+131=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 152 (59.77% from 255 or 42.94% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 152 - color contains mainly: green. Hex color #479883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479883 is #B8677C. Grayscale: #7D7D7D. Windows color (decimal): -12085117 or 8624199. OLE color: 8624199.

HSL color Cylindrical-coordinate representation of color #479883: hue angle of 164.44º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479883 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 131 -
CMYK 0.53 0 0.14 0.40
HSL 164.44º 0.36% 0.44% -
HSV(B) 164.44º 0.53% 0.6% -
XYZ 17.92 25.43 25.44 -
YUV 125.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 71 152 131 0.53 0 0.14 0.40 164.44 0.36 0.44
Hex 47 98 83 35 0 E 28 A4 24 2C
Octal 107 230 203 65 0 16 50 244 44 54
Binary 1000111 10011000 10000011 110101 0 1110 101000 10100100 100100 101100

Color Harmonies of #479883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479883

Black with #479883

Text Example


Text Example

White with #479883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479883; }

 p { color: rgb(71,152,131); }

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

background-color css

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

 a { background-color: rgb(71,152,131); }

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

border-color css

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

 span { border-color: rgb(71,152,131); }

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