Html Css Color HEX #478E83 Lochinvar

📋 copy color: '#478E83'

red 71 ◦ green 142 ◦ blue 131

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

Shades of Lochinvar #478E83

Tints of Lochinvar #478E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.28%

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

R = 20.64%
G = 41.28%
B = 38.08%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#478E83 (or 0x478E83) is known color: Lochinvar. HEX triplet: 47, 8E and 83. RGB value is (71,142,131). Sum of RGB (Red+Green+Blue) = 71+142+131=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #478E83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478E83 is #B8717C. Grayscale: #777777. Windows color (decimal): -12087677 or 8621639. OLE color: 8621639.

HSL color Cylindrical-coordinate representation of color #478E83: hue angle of 170.7º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478E83 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 142 131 -
CMYK 0.5 0 0.08 0.44
HSL 170.7º 0.33% 0.42% -
HSV(B) 170.7º 0.5% 0.56% -
XYZ 16.37 22.32 24.92 -
YUV 119.52 134.48 93.39 -
System Red Green Blue C M Y K H S L
Decimal 71 142 131 0.5 0 0.08 0.44 170.7 0.33 0.42
Hex 47 8E 83 32 0 8 2C AB 21 2A
Octal 107 216 203 62 0 10 54 253 41 52
Binary 1000111 10001110 10000011 110010 0 1000 101100 10101011 100001 101010

Color Harmonies of #478E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478E83

Black with #478E83

Text Example


Text Example

White with #478E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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