Html Css Color HEX #479489 Lochinvar

📋 copy color: '#479489'

red 71 ◦ green 148 ◦ blue 137

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

Shades of Lochinvar #479489

Tints of Lochinvar #479489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

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

R = 19.94%
G = 41.57%
B = 38.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#479489 (or 0x479489) is known color: Lochinvar. HEX triplet: 47, 94 and 89. RGB value is (71,148,137). Sum of RGB (Red+Green+Blue) = 71+148+137=356 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.94% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 148 - color contains mainly: green. Hex color #479489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479489 is #B86B76. Grayscale: #7B7B7B. Windows color (decimal): -12086135 or 9016391. OLE color: 9016391.

HSL color Cylindrical-coordinate representation of color #479489: hue angle of 171.43º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479489 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 71 148 137 -
CMYK 0.52 0 0.07 0.42
HSL 171.43º 0.35% 0.43% -
HSV(B) 171.43º 0.52% 0.58% -
XYZ 17.7 24.33 27.43 -
YUV 123.72 135.49 90.39 -
System Red Green Blue C M Y K H S L
Decimal 71 148 137 0.52 0 0.07 0.42 171.43 0.35 0.43
Hex 47 94 89 34 0 7 2A AB 23 2B
Octal 107 224 211 64 0 7 52 253 43 53
Binary 1000111 10010100 10001001 110100 0 111 101010 10101011 100011 101011

Color Harmonies of #479489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479489

Black with #479489

Text Example


Text Example

White with #479489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479489; }

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

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

background-color css

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

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

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

border-color css

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

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

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