Html Css Color HEX #479889 Lochinvar

📋 copy color: '#479889'

red 71 ◦ green 152 ◦ blue 137

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

Shades of Lochinvar #479889

Tints of Lochinvar #479889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 38.06%

R = 19.72%
G = 42.22%
B = 38.06%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#479889 (or 0x479889) is known color: Lochinvar. HEX triplet: 47, 98 and 89. RGB value is (71,152,137). Sum of RGB (Red+Green+Blue) = 71+152+137=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #479889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479889 is #B86776. Grayscale: #7E7E7E. Windows color (decimal): -12085111 or 9017415. OLE color: 9017415.

HSL color Cylindrical-coordinate representation of color #479889: hue angle of 168.89º 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 #479889 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 152 137 -
CMYK 0.53 0 0.10 0.40
HSL 168.89º 0.36% 0.44% -
HSV(B) 168.89º 0.53% 0.6% -
XYZ 18.34 25.6 27.64 -
YUV 126.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 71 152 137 0.53 0 0.10 0.40 168.89 0.36 0.44
Hex 47 98 89 35 0 A 28 A9 24 2C
Octal 107 230 211 65 0 12 50 251 44 54
Binary 1000111 10011000 10001001 110101 0 1010 101000 10101001 100100 101100

Color Harmonies of #479889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479889

Black with #479889

Text Example


Text Example

White with #479889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479889; }

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

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

background-color css

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

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

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

border-color css

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

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

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