Html Css Color HEX #478B85 Lochinvar

📋 copy color: '#478B85'

red 71 ◦ green 139 ◦ blue 133

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

Shades of Lochinvar #478B85

Tints of Lochinvar #478B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.78%

R = 20.7%
G = 40.52%
B = 38.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#478B85 (or 0x478B85) is known color: Lochinvar. HEX triplet: 47, 8B and 85. RGB value is (71,139,133). Sum of RGB (Red+Green+Blue) = 71+139+133=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 133 (52.34% from 255 or 38.78% from 343); Max value from RGB is 139 - color contains mainly: green. Hex color #478B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478B85 is #B8747A. Grayscale: #757575. Windows color (decimal): -12088443 or 8751943. OLE color: 8751943.

HSL color Cylindrical-coordinate representation of color #478B85: hue angle of 174.71º 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 #478B85 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 139 133 -
CMYK 0.49 0 0.04 0.45
HSL 174.71º 0.32% 0.41% -
HSV(B) 174.71º 0.49% 0.55% -
XYZ 16.06 21.5 25.49 -
YUV 117.98 136.47 94.49 -
System Red Green Blue C M Y K H S L
Decimal 71 139 133 0.49 0 0.04 0.45 174.71 0.32 0.41
Hex 47 8B 85 31 0 4 2D AF 20 29
Octal 107 213 205 61 0 4 55 257 40 51
Binary 1000111 10001011 10000101 110001 0 100 101101 10101111 100000 101001

Color Harmonies of #478B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478B85

Black with #478B85

Text Example


Text Example

White with #478B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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