Html Css Color HEX #478B7B Lochinvar

📋 copy color: '#478B7B'

red 71 ◦ green 139 ◦ blue 123

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

Shades of Lochinvar #478B7B

Tints of Lochinvar #478B7B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.74%

 BLUE value IS 123 (48.44% from 255) = 36.94%

R = 21.32%
G = 41.74%
B = 36.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#478B7B (or 0x478B7B) is known color: Lochinvar. HEX triplet: 47, 8B and 7B. RGB value is (71,139,123). Sum of RGB (Red+Green+Blue) = 71+139+123=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 139 (54.69% from 255 or 41.74% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 139 - color contains mainly: green. Hex color #478B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B7B is #B87484. Grayscale: #747474. Windows color (decimal): -12088453 or 8096583. OLE color: 8096583.

HSL color Cylindrical-coordinate representation of color #478B7B: hue angle of 165.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478B7B is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 139 123 -
CMYK 0.49 0 0.12 0.45
HSL 165.88º 0.32% 0.41% -
HSV(B) 165.88º 0.49% 0.55% -
XYZ 15.41 21.23 22.03 -
YUV 116.84 131.47 95.3 -
System Red Green Blue C M Y K H S L
Decimal 71 139 123 0.49 0 0.12 0.45 165.88 0.32 0.41
Hex 47 8B 7B 31 0 C 2D A6 20 29
Octal 107 213 173 61 0 14 55 246 40 51
Binary 1000111 10001011 1111011 110001 0 1100 101101 10100110 100000 101001

Color Harmonies of #478B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478B7B

Black with #478B7B

Text Example


Text Example

White with #478B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,139,123); }

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

background-color css

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

 a { background-color: rgb(71,139,123); }

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

border-color css

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

 span { border-color: rgb(71,139,123); }

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