Html Css Color HEX #479384 Lochinvar

📋 copy color: '#479384'

red 71 ◦ green 147 ◦ blue 132

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

Shades of Lochinvar #479384

Tints of Lochinvar #479384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42%

 BLUE value IS 132 (51.95% from 255) = 37.71%

R = 20.29%
G = 42%
B = 37.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#479384 (or 0x479384) is known color: Lochinvar. HEX triplet: 47, 93 and 84. RGB value is (71,147,132). Sum of RGB (Red+Green+Blue) = 71+147+132=350 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.29% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 147 - color contains mainly: green. Hex color #479384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #479384 is #B86C7B. Grayscale: #7A7A7A. Windows color (decimal): -12086396 or 8688455. OLE color: 8688455.

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

Color convert

RGB 71 147 132 -
CMYK 0.52 0 0.10 0.42
HSL 168.16º 0.35% 0.43% -
HSV(B) 168.16º 0.52% 0.58% -
XYZ 17.2 23.87 25.53 -
YUV 122.57 133.32 91.22 -
System Red Green Blue C M Y K H S L
Decimal 71 147 132 0.52 0 0.10 0.42 168.16 0.35 0.43
Hex 47 93 84 34 0 A 2A A8 23 2B
Octal 107 223 204 64 0 12 52 250 43 53
Binary 1000111 10010011 10000100 110100 0 1010 101010 10101000 100011 101011

Color Harmonies of #479384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479384

Black with #479384

Text Example


Text Example

White with #479384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479384; }

 p { color: rgb(71,147,132); }

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

background-color css

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

 a { background-color: rgb(71,147,132); }

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

border-color css

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

 span { border-color: rgb(71,147,132); }

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